mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
Fixed upgrade.
This commit is contained in:
parent
ca0c6858fc
commit
fd749e75f0
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ ynh_use_logrotate --logfile="/var/log/$app/$app-exporter.log"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Updating a configuration file..."
|
ynh_script_progression --message="Updating a configuration file..."
|
||||||
|
|
||||||
nh_add_config --template="config.js" --destination="$install_dir/frontend/js/config.js"
|
ynh_add_config --template="config.js" --destination="$install_dir/frontend/js/config.js"
|
||||||
chmod 755 "$install_dir/frontend/js/config.js"
|
chmod 755 "$install_dir/frontend/js/config.js"
|
||||||
chown $app:www-data "$install_dir/frontend/js/config.js"
|
chown $app:www-data "$install_dir/frontend/js/config.js"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue