From b1669a36def9c5830bdb1bd4950ed66eac45f527 Mon Sep 17 00:00:00 2001 From: t470p Date: Thu, 9 May 2024 20:11:33 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 5f7a25e..e3f4296 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -62,7 +62,7 @@ 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}* else chown ${user}:${user} ${_trg_path}