Skip to content
Snippets Groups Projects
Commit 0efc23ff authored by Raphael Storm Larsen's avatar Raphael Storm Larsen
Browse files

pushed scaling to live version

parent 50fac57a
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,8 @@ do
ssh -o "StrictHostKeyChecking no" ubuntu@$ip sudo git -C /home/ubuntu/dcsg2003/ reset --hard origin/main
done
crontab < /home/ubuntu/dcsg2003/configuration/manager/cron
\ No newline at end of file
crontab < /home/ubuntu/dcsg2003/configuration/manager/cron
if [ $? != 0 ]
then
discord_error "Couldn't update crontab to new version."
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment