Code:
server# sh start.sh Real Server Log Offlog_file_delete_old: stat: No such file or directory name locale_nameAsyncSQL: connected to localhost (reconnect 1) Success PLAYER AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Success ACCOUNT AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Success COMMON AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) Success HOTBACKUP AsyncSQL: connected to localhost (reconnect 1) AsyncSQL: connected to localhost (reconnect 1) start.sh: ./game: not found start.sh: ./game99: not found start.sh: ./auth: not found All systems ready! server#
das ist das wichtige
Code:
start.sh: ./game: not found start.sh: ./game99: not found start.sh: ./auth: not found
PHP Code:
#!/bin/sh
cd db && ./db &
sleep 2
cd game && ./game &
sleep 2
cd game99 && ./game99 &
sleep 2
cd auth && ./auth &
sleep 2
cd ..
echo 'All systems ready!';
cd .





