This commit is contained in:
t470p
2024-05-09 20:12:49 -05:00
parent b58d1e504e
commit a0a988b249

View File

@@ -62,8 +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}