From 8181c4240b1f18666cb48bc2e12d546b678d811d Mon Sep 17 00:00:00 2001 From: Leopold Johannes Meinel Date: Fri, 21 Oct 2022 13:50:39 +0200 Subject: [PATCH] Give KDE logout scripts correct permissions --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index df06ea2..4a91150 100644 --- a/setup.sh +++ b/setup.sh @@ -16,6 +16,9 @@ set -e cp -R ~/dot-files/.config ~/dot-files/.bash_logout ~/dot-files/.bash_profile ~/dot-files/.bashrc ~/dot-files/.bash_aliases ~/ source ~/.bash_profile +# Give KDE logout scripts correct permissions +chmod 744 ~/.config/plasma-workspace/shutdown/*.sh + # Create .ssh mkdir ~/.ssh chmod 700 ~/.ssh