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)
# nifty for debugging:
#echo ${input_files[@]}
#echo ${sync_dir_sym}
#echo ${sync_dir}
#echo ${cwd}
#echo
echo "debugging values:"
echo ${input_files[@]}
echo ${sync_dir_sym}
echo ${sync_dir}
echo ${cwd}
echo
# loop through all files to delete
for input_file in ${input_files[@]}; do