diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 47b41f8..2771764 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -60,6 +60,7 @@ deploy_file() { # only chown if _no_chown variable is empty if [ -z "${_no_chown}" ]; then echo "######" + echo $_trg_path chown ${user}:${user} ${_trg_path} fi