From 9f1872fef617067b0b699b869e15e77dda3daa92 Mon Sep 17 00:00:00 2001 From: t470p Date: Thu, 9 May 2024 20:03:27 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 2771764..079ff0f 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -59,6 +59,10 @@ deploy_file() { # only chown if _no_chown variable is empty if [ -z "${_no_chown}" ]; then + if [[ "$_trg_path" == */ ]] + then + echo "YOOOO!" + fi echo "######" echo $_trg_path chown ${user}:${user} ${_trg_path}