This commit is contained in:
t470p
2024-05-09 20:03:27 -05:00
parent 75a6219663
commit 9f1872fef6

View File

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