diff --git a/cronjobs.sh b/cronjobs.sh index 477034e..1cb6e63 100644 --- a/cronjobs.sh +++ b/cronjobs.sh @@ -12,4 +12,10 @@ cd domains cd zefix.silias.ch cd public_html /usr/bin/php taskExecuter.php -echo "Script is Ending $0" \ No newline at end of file +echo "Script is Ending $0" + +# Get the current date and time in a specific format +formatted_time=$(date +"%Y-%m-%d %H:%M:%S") + +# Echo the formatted time +echo "Current time: $formatted_time" \ No newline at end of file