From: Alexander Barton Date: Fri, 22 Nov 2013 15:29:57 +0000 (+0100) Subject: Insert more "Msg" commands into install.sh X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=commitdiff_plain;h=82ed94b6df44e1d8fa9523ce5b19f8cbad444fc6 Insert more "Msg" commands into install.sh --- diff --git a/install.sh b/install.sh index f42c52e..1911083 100755 --- a/install.sh +++ b/install.sh @@ -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