From 2fcb60eba44f42cfbdce6dae81d44671d923d6b7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 22 Nov 2013 16:15:52 +0100 Subject: [PATCH] install /etc/skel/.bash_logout with correct owner --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1e12077..1018e61 100755 --- a/install.sh +++ b/install.sh @@ -87,7 +87,7 @@ Config_User() { Config_Skel() { if [ -w /etc/skel -a -z "$I_local" ]; then Msg "Starting \"/etc/skel\" configuration:\n" - Copy_File user/bash_logout /etc/skel/.bash_logout + 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 else -- 2.39.2