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

View File

@@ -63,6 +63,7 @@ deploy_file() {
if [[ "$_trg_path" == */ ]] if [[ "$_trg_path" == */ ]]
then 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 else
chown ${user}:${user} ${_trg_path} chown ${user}:${user} ${_trg_path}