From dc69ca33cccbb6816472e81f0f9944c62622003d Mon Sep 17 00:00:00 2001 From: t470p Date: Thu, 9 May 2024 20:26:19 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 60ac73f..a7b4912 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -62,6 +62,8 @@ deploy_file() { # if the target path ends with a slash, we have a directory if [[ "$_trg_path" == */ ]] then + echo "ignore potential \"chown: cannot access\" error" + chown ${user}:${user} ${_trg_path}* # https://serverfault.com/questions/156437/how-to-chown-a-directory-recursively-including-hidden-files-or-directories chown ${user}:${user} ${_trg_path}.[^.]* else