This commit is contained in:
t470p
2024-05-09 19:52:54 -05:00
parent fef52eebfb
commit fa95f71d91

View File

@@ -59,6 +59,7 @@ deploy_file() {
# only chown if _no_chown variable is empty
if [ -z "${_no_chown}" ]; then
echo "######"
chown ${user}:${user} ${_trg_path}
fi