1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Update upgrade

This commit is contained in:
Florent 2024-08-13 07:49:28 +02:00 committed by GitHub
parent 0344bc025e
commit 30453f5e34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,6 @@ ynh_use_logrotate --non-append
ynh_script_progression --message="Updating a configuration file..." --weight=1
ynh_add_config --template="default.env" --destination="$install_dir/default.env"
ynh_add_config --template="custom.env" --destination="$data_dir/custom.env"
chmod 400 "$install_dir/default.env"
chown $app:$app "$install_dir/default.env"