1
0
mirror of synced 2025-12-28 00:23:25 +00:00

Update agent.sh

This commit is contained in:
Valentin
2023-09-12 23:32:55 +02:00
committed by GitHub
parent 37e80ad4f6
commit 4a5912b798

View File

@@ -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"