Bash script started twice on the remote server

Advertisement

ludovic
Guest

Bash script started twice on the remote server

Hi,

I'm using this simple commands to start a script on a remote server. But when I look at the processes running, I can see that the shell script has been started twice. Any idea ?

option batch on
option confirm off
open sftp://login:password@server:22/ -timeout=600
call /directory/the_script.sh

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum