From 2783982f1de27175de8431a97afa8ef534225fec Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 26 Aug 2024 08:03:20 -0500 Subject: [PATCH] / making .xinitrc executable --- scripts/99_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index fe539e0..b41912a 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -362,6 +362,7 @@ if [ ${operation} == "dots" ] ; then # xorg file_path=/home/${system_user} deploy_file "${dots_trg}/xorg/.*" "${file_path}/" + chmod 755 ${file_path}/.xinitrc # lemurs (display/login manager) file_name_src=.xinitrc