Call exit 1 directly instead of ynh_die to avoid a full arg parse just to exit..

This commit is contained in:
Alexandre Aubin 2020-04-30 05:14:29 +02:00
parent a51478dc40
commit e9f359e5f0

View file

@ -35,7 +35,7 @@ ynh_exit_properly () {
ynh_clean_setup # Call the function to do specific cleaning for the app.
fi
ynh_die # Exit with error status
exit 1 # Exit with error status
}
# Exits if an error occurs during the execution of the script.