]> arthur.barton.de Git - ConfigScripts.git/commitdiff
install /etc/skel/.bash_logout with correct owner
authorAlexander Barton <alex@barton.de>
Fri, 22 Nov 2013 15:15:52 +0000 (16:15 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 22 Nov 2013 15:15:52 +0000 (16:15 +0100)
install.sh

index 1e12077dd66b838e670e6a1ea94bdf0891e18444..1018e61ad49b41c61946acebc9166479e950735f 100755 (executable)
@@ -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