u
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user