khanat-opennel-code/code/ryzom/tools/server/admin/scripts/run_script.sh

7 lines
168 B
Bash
Raw Normal View History

2014-06-01 19:52:54 +00:00
#!/bin/bash
# we might want to add some security here, in order to check the parameters
cd /home/atrium-admin/public_html/scripts
nohup /usr/bin/php4 $* >/dev/null &