From 8fd043b4e5b598b19a1d3442b1266d3c14eec992 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 12 Mar 2021 23:52:54 +0100 Subject: [PATCH] Update change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 0d21ef4..1ed5322 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -131,7 +131,7 @@ ynh_replace_string --match_string="__KEY__" --replace_string="$key" # MODIFY THE FEDERATION #================================================= -$final_path/code/virtualenv/bin/python $final_path/code/api/manage.py fix_federation_ids https://$domain https://$new_domain --no-dry-run --no-input +$final_path/code/virtualenv/bin/python $final_path/code/api/manage.py fix_federation_ids https://$old_domain https://$new_domain --no-dry-run --no-input #================================================= # START SYSTEMD SERVICE