This commit is contained in:
t470p
2024-05-09 20:08:50 -05:00
parent 84c9508d2e
commit dfd600b4e2

View File

@@ -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}/*.*
else
chown ${user}:${user} ${_trg_path}
fi