mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Bugfix "change_url"
see: https://forum.yunohost.org/t/change-url-in-package-check-doesnt-work-manually-works/21254
This commit is contained in:
parent
e4956ef502
commit
5c256f8b4a
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Modify $app config file..."
|
ynh_script_progression --message="Modify $app config file..."
|
||||||
|
|
||||||
|
domain=$YNH_APP_NEW_DOMAIN
|
||||||
|
path=$YNH_APP_NEW_PATH
|
||||||
|
|
||||||
ynh_add_config --template="settings.py" --destination="$final_path/settings.py"
|
ynh_add_config --template="settings.py" --destination="$final_path/settings.py"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue