diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 6565c12..8400e12 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -247,20 +247,21 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/xorg/.*" "${file_path}/" # lemurs (display/login manager) - file_path=/etc/lemurs/wms - mkdir -p ${file_path} - deploy_file "${dots_trg}/lemurs/*" "${file_path}/" - #file_name=.xinitrc #file_path=/etc/lemurs/wms - #if [ -f ${file_path}/${file_name} ] ; then - # echo "" - # echo "softlink already exists: ${file_path}/${file_name}" - #else - # echo "" - # echo "creating soft link: ${file_path}/${file_name} ➔ /home/${user}/.xinitrc" - # ln -s /home/${user}/.xinitrc /etc/lemurs/wms - #fi + #mkdir -p ${file_path} + #deploy_file "${dots_trg}/lemurs/*" "${file_path}/" + + file_name=startx + file_path=/etc/lemurs/wms + if [ -f ${file_path}/${file_name} ] ; then + echo "" + echo "softlink already exists: ${file_path}/${file_name}" + else + echo "" + echo "creating soft link: ${file_path}/${file_name} ➔ /usr/bin/startx" + ln -s /usr/bin/startx /etc/lemurs/wms + fi fi