This commit is contained in:
committer
2024-05-19 17:19:31 -05:00
parent 84b41b069e
commit d475b81ddc

View File

@@ -244,8 +244,10 @@ if [ ${operation} == "dots" ] ; then
file_name=.xinitrc
file_path=/etc/lemurs/wms
if [ -f ${file_path}/${file_name} ] ; then
echo "softlink exists: ${file_path}/${file_name}"
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