Zefix_search/cronjobs.sh

8 lines
138 B
Bash
Raw Normal View History

2023-09-25 19:44:41 +02:00
#!/bin/sh
2023-09-25 19:33:41 +02:00
2023-09-25 19:44:41 +02:00
echo "Starting Script $0"
2023-09-25 19:33:41 +02:00
cd domains
cd zefix.silias.ch
cd public_html
2023-09-25 19:44:41 +02:00
/usr/bin/php taskExecuter.php
echo "Script is Ending $0"