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