Fix symbolic-link script

This commit is contained in:
2021-03-15 11:03:27 -04:00
parent 111b504e25
commit 40b663b0ea
2 changed files with 2 additions and 2 deletions

View File

@@ -24,5 +24,6 @@ fi
if [[ $3 ]]; then expand_symlinks=$3; else expand_symlinks=0; fi
overwrite_existing=0
confirm_link=0
link_file "$source_path" "$dest_path" $confirm_link $expand_symlinks
make_link "$source_path" "$dest_path" $expand_symlinks $overwrite_existing $confirm_link