Scripts version 2115

This commit is contained in:
castro-fidel
2022-05-31 20:37:54 +03:00
parent caa498a99d
commit 6103a61657
4 changed files with 6 additions and 6 deletions

View File

@ -63,7 +63,7 @@ try_remove_dir () {
export -f try_remove_dir
try_force_link_file () {
if [ ! -f "$1" ] ; then return 1
if [ ! -f "$1" ] ; then :
elif [ -z "$2" ] ; then print_error "no way to link file $1"
else
ln -sf "$1" "$2"