• 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!

restart in linux

kira178

Member
Joined
Jun 24, 2008
Messages
290
Reaction score
5
any1 have idea about auto restart in linux?

i tried some sh file with code:

Code:
#!/bin/bash
ulimit -c unlimited
while true; do ./theforgottenserver; done

but alway give me this error:

./restarter.sh: line 1: Starting: command not found

and in normal account:

./restarter.sh: 1: Starting: not found
 
Back
Top