diff --git a/dots/lemurs/i3.sh b/dots/lemurs/i3 similarity index 100% rename from dots/lemurs/i3.sh rename to dots/lemurs/i3 diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 7d1903c..6565c12 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -104,6 +104,8 @@ deploy_file() { chmod 755 ${_trg_path}/*.sh elif [[ ${file_name_trg} == "bin" ]] ; then chmod 755 ${_trg_path}/* + elif [[ ${file_name_trg} == "wms" ]] ; then + chmod 755 ${_trg_path}/* fi ls -al ${_trg_path} @@ -245,7 +247,6 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/xorg/.*" "${file_path}/" # lemurs (display/login manager) - file_name=config file_path=/etc/lemurs/wms mkdir -p ${file_path} deploy_file "${dots_trg}/lemurs/*" "${file_path}/"