1
0
Fork 0
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:
orhtej2 2024-02-11 17:27:00 +01:00
parent ca0c6858fc
commit fd749e75f0

View file

@ -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"