From 3087ac7ca7d3ccff51c949d7f276b18d3ef65b48 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 5 Aug 2020 15:28:31 +0200 Subject: [PATCH] Fixed oopsie and added msg's --- AppendModule.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AppendModule.sh b/AppendModule.sh index a83c2d5..b54c745 100644 --- a/AppendModule.sh +++ b/AppendModule.sh @@ -155,7 +155,7 @@ option="$option""$aonoption" ##-----------## -echo "Generating apt list for Options" +msg " Generating apt list for Options" for val1 in ${option[*]}; do echo "$val1" #TMP modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.list|grep "$val1") @@ -189,7 +189,7 @@ done # Preconf # ##-----------## -echo "Running preconf for Options" +msg " Running preconf for Options" for val1 in ${option[*]}; do echo "$val1" #TMP modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.list|grep "$val1") @@ -228,7 +228,7 @@ cat /tmp/apt.list | xargs $PKGI # Configuring # ##---------------## -echo "Running conf for Options" +msg " Running conf for Options" for val1 in ${option[*]}; do echo "$val1" #TMP modListed=$(wget -t7 -qO - "$repo"/raw/branch/master/extModules.list|grep "$val1") @@ -259,4 +259,4 @@ done ##-------## msg " Added Module!" -for f in /etc/update-motd.d/51*; do [ -e "$f" ] && bash /etc/update-motd.d/51*; break; done \ No newline at end of file +for f in /etc/update-motd.d/51*; do [ -e "$f" ] && bash /etc/update-motd.d/51*; done \ No newline at end of file