diff --git a/scripts/change_url b/scripts/change_url index ed3d59b..ebc480c 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -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" #=================================================