This commit is contained in:
committer
2024-06-10 21:43:23 -05:00
parent aabaae9c4e
commit 94bb5850aa

View File

@@ -16,11 +16,12 @@ sync_dir=${!syncdir_env_var} # '!' to use the name and not the value
cwd=$(pwd) cwd=$(pwd)
# nifty for debugging: # nifty for debugging:
#echo ${input_files[@]} echo "debugging values:"
#echo ${sync_dir_sym} echo ${input_files[@]}
#echo ${sync_dir} echo ${sync_dir_sym}
#echo ${cwd} echo ${sync_dir}
#echo echo ${cwd}
echo
# loop through all files to delete # loop through all files to delete
for input_file in ${input_files[@]}; do for input_file in ${input_files[@]}; do