Zefix_search/cronjobs.sh

15 lines
301 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 23:01:12 +02:00
# 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"
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"