From 217cae92ca1bbcc15df8c4272db4f815797c9b49 Mon Sep 17 00:00:00 2001
From: raphaesl <raphaesl@stud.ntnu.no>
Date: Sat, 25 Mar 2023 17:02:52 +0100
Subject: [PATCH] pushed scaling to live version

---
 configuration/manager/frontpage_scale.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration/manager/frontpage_scale.sh b/configuration/manager/frontpage_scale.sh
index 5ff299d..6370104 100644
--- a/configuration/manager/frontpage_scale.sh
+++ b/configuration/manager/frontpage_scale.sh
@@ -51,7 +51,7 @@ function scale {
     if [ "$SAFETY_VALVE" -eq "0" ]; then
         # Safety valve is off, we're running the command
         $SSH_COMMAND $COMMAND
-        discord_log "Scaling to $1 frontpage users"
+        discord_log "Scaling to $1 frontpage users."
 
     else
         # Saftey valve is on, we only print what we would do
-- 
GitLab