This commit is contained in:
committer
2024-06-10 12:56:52 -05:00
parent 392f1b5e01
commit 640c972e76

View File

@@ -15,6 +15,7 @@ syncdir_env_var=SYNCDIR_${HOSTNAME}
sync_dir=${!syncdir_env_var} # '!' to use the name and not the value sync_dir=${!syncdir_env_var} # '!' to use the name and not the value
cwd=$(pwd) cwd=$(pwd)
# nifty for debugging:
#echo ${input_file} #echo ${input_file}
#echo ${sync_dir_sym} #echo ${sync_dir_sym}
#echo ${sync_dir} #echo ${sync_dir}