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)
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user