From aa625d0ef71c7e9db2ae44ff88791a99013be9e4 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 19 Mar 2023 22:36:36 +0100 Subject: [PATCH] fix ynh_exec_warn_less --- scripts/change_url | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index af1d5f7..67769f4 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -118,14 +118,14 @@ fi ynh_script_progression --message="Modifying a config file..." --weight=1 domain=$new_domain -ynh_exec_warn_less ynh_add_config --template="../conf/env.prod" --destination="$final_path/config/.env" +ynh_add_config --template="../conf/env.prod" --destination="$final_path/config/.env" #================================================= # MODIFY THE FEDERATION #================================================= source $final_path/virtualenv/bin/activate -python3 $final_path/api/manage.py fix_federation_ids https://$old_domain https://$new_domain --no-dry-run --no-input +ynh_exec_warn_less python3 $final_path/api/manage.py fix_federation_ids https://$old_domain https://$new_domain --no-dry-run --no-input #================================================= # START SYSTEMD SERVICE