From 0cf037c63e7d97e00f236b3fbf7503e986f10648 Mon Sep 17 00:00:00 2001 From: simono41 Date: Mon, 26 Feb 2018 05:45:12 +0100 Subject: [PATCH] fix --- arch-graphical-install-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-graphical-install-auto b/arch-graphical-install-auto index 50f45bb..69eff5e 100755 --- a/arch-graphical-install-auto +++ b/arch-graphical-install-auto @@ -534,7 +534,7 @@ if [ "${vollinstallation}" != "n" ]; then # background mkdir -p /usr/share/backgrounds/xfce/ cp /root/${repo}/*.jpg /usr/share/backgrounds/xfce/ - chmod 644 /usr/share/backgrounds/xfce/* + chmod 755 -Rv /usr/share/backgrounds/xfce/ # bash.bashrc sed "s|%OS_NAME%|${repo}|g;" /root/${repo}/bash.bashrc > /etc/bash.bashrc