added Script to start Taskexecuter
This commit is contained in:
parent
313a976090
commit
76fc8f9c37
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Starting Script $0"
|
||||
cd domains
|
||||
cd zefix.silias.ch
|
||||
cd public_html
|
||||
/usr/bin/php taskExecuter.php
|
||||
/usr/bin/php taskExecuter.php
|
||||
echo "Script is Ending $0"
|
Loading…
Reference in New Issue