11-16-2012, 04:23 AM
ok so got it
/home/lastchaos/Desktop/episode 3/GameServer/GameServer1/run2: line 9: ./GameServer_d: Permission denied
and i go to edit "run2" and i have it
#!/bin/bash
while ( : ) do
DATE=`date`
if [ -r .shutdown ]; then
rm -f .shutdown
fi
./GameServer_d
DATE2=`date`
if [ -r .shutdown ]; then
echo "***** Shutdown $DATE ~ $DATE2" >> rebootlog
exit
fi
echo "!!!!! Reboot $DATE ~ $DATE2" >> rebootlog
sleep 2
done
------------------------------------------------------------------------
what i need to change or where to put right the password?

