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:
parent
89ed619e35
commit
eadcff91ad
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue