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