This commit is contained in:
t470p
2024-05-09 19:55:06 -05:00
parent fa95f71d91
commit b474660108

View File

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