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

Update change_url

This commit is contained in:
Éric Gaspar 2024-02-10 11:15:49 +01:00
parent 75b00f9c7d
commit 1226a30ad9

View file

@ -30,10 +30,10 @@ ynh_change_url_nginx_config
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="config.toml" --destination="$data_dir_dir/config.toml"
ynh_add_config --template="config.toml" --destination="$data_dir/config.toml"
chmod 600 "$data_dir_dir/config.toml"
chown "$app:$app" "$data_dir_dir/config.toml"
chmod 600 "$data_dir/config.toml"
chown "$app:$app" "$data_dir/config.toml"
#=================================================
# GENERIC FINALISATION