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

Fix change url

This commit is contained in:
Josué Tille 2024-05-01 11:13:11 +02:00
parent 1b8eab1058
commit e176a39b72
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -8,6 +8,8 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app
ynh_change_url_nginx_config
prefix="${path#"/"}/"
prefix=${prefix%"/"}
ynh_add_jinja_config --template=local.py.j2 --destination="$install_dir/coin/settings_local.py"
chmod 400 "$install_dir/coin/settings_local.py"