Merge pull request #20 from YunoHost-Apps/dev

Bugfix "change_url"
This commit is contained in:
Jens Diemer 2022-09-18 17:04:42 +02:00 committed by GitHub
commit 49105be978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,9 @@
# IMPORT GENERIC HELPERS
#=================================================
YNH_APP_ARG_DOMAIN=$YNH_APP_NEW_DOMAIN
YNH_APP_ARG_PATH=$YNH_APP_NEW_PATH
source _common.sh
source /usr/share/yunohost/helpers
@ -126,7 +129,7 @@ fi
ynh_script_progression --message="Modify $app config file..."
domain=$YNH_APP_NEW_DOMAIN
path=$YNH_APP_NEW_PATH
path_url=$YNH_APP_NEW_PATH
ynh_add_config --template="settings.py" --destination="$final_path/settings.py"