11-16-2012, 05:43 AM
humm where to put it i have try chmod 777 and also the other but same problem of course maybe easy but i'm newbie on linux centos 6.3 lol
-------------------------------------------------------
/home/lastchaos/Desktop/episode 3/GameServer/GameServer1/run2: line 9: ./GameServer_d: Permission denied
-----------------------------------------------------------
but maybe find a soluce i have go to edit run2 line 9 problem an i see 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 put are edit at wich line

