From 449a9faa126113c2b345ddbb3ea32d69a0252d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 20 Sep 2023 15:37:03 +0200 Subject: [PATCH] Remove warning as POST_INSTALL serves this purpose now --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 22ccba4..7500bd4 100755 --- a/scripts/install +++ b/scripts/install @@ -114,9 +114,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service ynh_systemd_action --service_name="$app" --action="start" --log_path="/var/log/$app/$app.log" --line_match="Error: No IRC servers specified." -ynh_print_warn "The bridge is successfully configured but non working yet!" -ynh_print_warn "You need to edit the file $install_dir/config.yaml to add IRC networks." - #================================================= # END OF SCRIPT #=================================================