From be6c1c6cbd48f354cae30fac1b0618a8360d3a34 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 17 Mar 2020 12:17:08 +0100 Subject: [PATCH] Fixed typo and alligned messages (msg) --- Scripts/SMI.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Scripts/SMI.sh b/Scripts/SMI.sh index 0b0d719..94ea125 100644 --- a/Scripts/SMI.sh +++ b/Scripts/SMI.sh @@ -1,5 +1,5 @@ ############################# -# SingelModuleInstaller # +# SingleModuleInstaller # ############################# @@ -52,7 +52,7 @@ echo "$1" #Checking if Config var has been set if [ $SMI_config = no ]; then -msg "Script is not configured" +msg " Script is not configured" exit fi @@ -61,7 +61,7 @@ fi # Installer-Requirements # ##--------------------------## -msg "Starting installer." 8 78 +msg " Starting installer" 8 78 $PKGM update > $OUTPUT 2>&1 $PKGI curl > $OUTPUT 2>&1 @@ -83,7 +83,7 @@ fi # Pre-Requirements # ##--------------------## -msg "Preconfiguring." +msg " Preconfiguring" $PKGI software-properties-common gnupg > $OUTPUT 2>&1 $PKGM update $PKGM upgrade -y @@ -128,5 +128,4 @@ fi # end # ##-------## -msg "done" - +msg " Done!" \ No newline at end of file