diff --git a/cronjobs.sh b/cronjobs.sh index 39c1b08..b4a9c8e 100644 --- a/cronjobs.sh +++ b/cronjobs.sh @@ -1,5 +1,8 @@ +#!/bin/sh +echo "Starting Script $0" cd domains cd zefix.silias.ch cd public_html -/usr/bin/php taskExecuter.php \ No newline at end of file +/usr/bin/php taskExecuter.php +echo "Script is Ending $0" \ No newline at end of file