• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Restarter.sh problem

Gladbach

New Member
Joined
May 20, 2011
Messages
18
Reaction score
0
Hello,
I got a pretty weird error at my Ubuntu Server. If i execute
Code:
screen ./restarter.sh

it gives me error that there is no such file or directory and im sure that this file is in the directory...
 
First of all why:
Code:
screen
?
just typing:
Code:
./restarter.sh
is good enough, unless you are trying to execute 2 commands then it should be:
Code:
screen && ./restarter.sh
Anyways I'm not sure about screen.
 
First of all why:
Code:
screen
?
just typing:
Code:
./restarter.sh
is good enough, unless you are trying to execute 2 commands then it should be:
Code:
screen && ./restarter.sh
Anyways I'm not sure about screen.
wtf?
Code:
/restarter.sh
is parametr for
Code:
screen

#topic
are u in good dir?
use cd /path/to/dir
 
Back
Top