From 33ac53728505e576ddad3d08bcc221e175f304c3 Mon Sep 17 00:00:00 2001 From: t470p Date: Thu, 9 May 2024 20:15:35 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 6462839..dbcedd2 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -62,9 +62,8 @@ deploy_file() { # if the target path ends with a slash, we have a directory if [[ "$_trg_path" == */ ]] then - #chown ${user}:${user} ${_trg_path}* - chown ${user}:${user} ${_trg_path}*.* - #chown ${user}:${user} ${_trg_path}* + chown ${user}:${user} ${_trg_path}* + chown ${user}:${user} ${_trg_path}.* else chown ${user}:${user} ${_trg_path} fi