From 5c3be4bd5cbbbab58d130c55141241e927ebb3e4 Mon Sep 17 00:00:00 2001 From: raphaesl <raphaesl@stud.ntnu.no> Date: Sat, 25 Mar 2023 17:05:01 +0100 Subject: [PATCH] pushed scaling to live version --- configuration/manager/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/manager/cron b/configuration/manager/cron index c72f164..340b349 100644 --- a/configuration/manager/cron +++ b/configuration/manager/cron @@ -6,4 +6,4 @@ 0 8 * * * bash /home/ubuntu/dcsg2003/configuration/manager/backupDatabase.sh * * * * * cp /home/ubuntu/dcsg2003/configuration/manager/.bashrc /home/ubuntu/.bashrc * * * * * cp /home/ubuntu/dcsg2003/configuration/manager/.bashrc /root/.bashrc -*/5 * * * * bash /home/ubuntu/dcsg2003/configuration/manager/frontpage_scale.sh +*/10 * * * * bash /home/ubuntu/dcsg2003/configuration/manager/frontpage_scale.sh -- GitLab