diff --git a/Task_scripts/Linux - Schedule agent update.sh b/Task_scripts/Linux - Schedule agent update.sh index e4903e6..ebf172d 100644 --- a/Task_scripts/Linux - Schedule agent update.sh +++ b/Task_scripts/Linux - Schedule agent update.sh @@ -16,7 +16,7 @@ if [ $? -eq 0 ]; then echo "Script downloaded successfully." # Schedule the script to run after 2 minutes - echo "bash $DEST_DIR/$SCRIPT_FILE" | at now + 2 minutes + echo "bash $DEST_DIR/$SCRIPT_FILE update amd64" | at now + 2 minutes echo "Script scheduled to run after 2 minutes." else echo "Failed to download the script from GitHub."