added Script to start Taskexecuter

This commit is contained in:
schrom01 2023-09-25 19:44:41 +02:00
parent 313a976090
commit 76fc8f9c37
1 changed files with 4 additions and 1 deletions

View File

@ -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"