]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Insert more "Msg" commands into install.sh
authorAlexander Barton <alex@barton.de>
Fri, 22 Nov 2013 15:29:57 +0000 (16:29 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 22 Nov 2013 15:29:57 +0000 (16:29 +0100)
install.sh

index f42c52e666b71b4f28578d94b84dbb45e7409a2f..19110835968754dac45e9353912663acfe875606 100755 (executable)
@@ -52,6 +52,7 @@ Config_System() {
                if [ $? -ne 0 -o -n "$I_local" -o -d $HOME/.etc ]; then
                        Msg "Installing system files to $HOME/.etc/ ...\n"
                        mkdir -p "$HOME/.etc"
+                       Msg " - bash shell:\n"
                        Copy_File sys/bashrc $HOME/.etc/bashrc "$user" 600
                        Copy_File sys/profile $HOME/.etc/profile "$user" 600
                else
@@ -87,6 +88,7 @@ Config_User() {
 Config_Skel() {
        if [ -w /etc/skel -a -z "$I_local" ]; then
                Msg "Starting \"/etc/skel\" configuration:\n"
+               Msg " - bash shell:\n"
                Copy_File user/bash_logout /etc/skel/.bash_logout root 644
                if [ -e /etc/skel/.profile ]; then
                        Copy_File user/bash_profile /etc/skel/.profile root 644