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
|
2023-09-26 14:49:39 +02:00
|
|
|
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"
|