This commit is contained in:
committer
2024-05-20 06:22:52 -05:00
parent 3eb3e9f907
commit bfc12ee0a9

View File

@@ -251,7 +251,7 @@ if [ ${operation} == "dots" ] ; then
file_name_trg=i3 file_name_trg=i3
file_path_src=/home/${user} file_path_src=/home/${user}
file_path_trg=/etc/lemurs/wms file_path_trg=/etc/lemurs/wms
if [ -f ${file_path}/${file_name_trg} ] ; then if [ -f ${file_path_trg}/${file_name_trg} ] ; then
echo "" echo ""
echo "softlink already exists: ${file_path}/${file_name_trg}" echo "softlink already exists: ${file_path}/${file_name_trg}"
else else