From fa95f71d913bfdebb58d1474c7bbefd6ddd30f78 Mon Sep 17 00:00:00 2001 From: t470p Date: Thu, 9 May 2024 19:52:54 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 1 + 1 file changed, 1 insertion(+) 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