Remove warning as POST_INSTALL serves this purpose now

This commit is contained in:
Salamandar 2023-09-20 15:37:03 +02:00
parent bf54552149
commit 449a9faa12

View file

@ -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
#=================================================