Fixed typo and alligned messages (msg)

This commit is contained in:
b.waal
2020-03-17 12:17:08 +01:00
parent 325d2db024
commit be6c1c6cbd

View File

@@ -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!"