diff --git a/scripts/99_download.sh b/scripts/99_download.sh index 51c9ee5..7f199fd 100644 --- a/scripts/99_download.sh +++ b/scripts/99_download.sh @@ -52,6 +52,8 @@ deploy_file() { cp -f ${_src_path} ${_trg_path} chown ${user}:${user} ${_trg_path} + + echo "${_trg_path}:" ls -al ${_trg_path} }