From 4a5912b798db5439ffa699e8473c6c6c2b2979dc Mon Sep 17 00:00:00 2001 From: Valentin <43043885+itsmrval@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:32:55 +0200 Subject: [PATCH] Update agent.sh --- agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.sh b/agent.sh index 0179a5f..bcbf36d 100644 --- a/agent.sh +++ b/agent.sh @@ -58,7 +58,7 @@ echo -ne "✓\n" echo -n "[INFO] Creating crontab entry.. " -(crontab -u root -l; echo "* * * * * /bin/sh /accessgate/update.sh" ) | crontab -u root - +(crontab -u root -l; echo "* * * * * /bin/sh /opt/accessgate/update.sh" ) | crontab -u root - sleep 0.5 echo -ne "✓\n"