Merge pull request #19 from YunoHost-Apps/dev

Bugfix "change_url"
This commit is contained in:
Jens Diemer 2022-09-17 16:00:14 +02:00 committed by GitHub
commit 045391398a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,6 +125,9 @@ fi
#=================================================
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"
#=================================================