# Show the script is running #echo "Backup script started at $(date)" #echo "Auth key: $auth_key" # Curl the backup script # shellcheck disable=SC2154 curl -s "https://api.truckwash.dk/?internalCronCall=true&script=run&action=cron&auth_key=$auth_key" # Show the script has finished #echo "Backup script finished at $(date)"