From ec890b1d29630e9a6156732b125fbbb0ccd56238 Mon Sep 17 00:00:00 2001 From: raphaesl <raphaesl@stud.ntnu.no> Date: Sat, 25 Mar 2023 16:49:42 +0100 Subject: [PATCH] Adjusted frontpage_scale for personal use --- configuration/manager/frontpage_scale.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/manager/frontpage_scale.sh b/configuration/manager/frontpage_scale.sh index 887e18c..03996b7 100644 --- a/configuration/manager/frontpage_scale.sh +++ b/configuration/manager/frontpage_scale.sh @@ -54,8 +54,8 @@ function scale { else # Saftey valve is on, we only print what we would do - discord_log "Safety valve is on, this is what would be executed: " - echo $SSH_COMMAND $COMMAND + discord_log "Safety valve is on, this is what would be executed: $SSH_COMMAND $COMMAND" + fi -- GitLab