This commit is contained in:
committer
2024-05-20 06:23:51 -05:00
parent bfc12ee0a9
commit 988acaf9e5

View File

@@ -254,6 +254,7 @@ if [ ${operation} == "dots" ] ; then
if [ -f ${file_path_trg}/${file_name_trg} ] ; then
echo ""
echo "softlink already exists: ${file_path}/${file_name_trg}"
ls -al ${file_path_trg}
else
echo ""
echo "creating soft link: ${file_path_src}/${file_name_src}${file_path_trg}/${file_name_trg}"