1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Fix file ownership in change_url

This commit is contained in:
tituspijean 2021-06-09 21:32:34 +02:00
parent 89ed619e35
commit eadcff91ad

View file

@ -117,6 +117,9 @@ fi
ynh_add_config --template="../conf/settings.js" --destination="$final_path/data/settings.js"
chmod o-rwx "$final_path/data/settings.js"
chown -R $app: "$final_path/data/settings.js"
#=================================================
# GENERIC FINALISATION
#=================================================