mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Call exit 1 directly instead of ynh_die to avoid a full arg parse just to exit..
This commit is contained in:
parent
a51478dc40
commit
e9f359e5f0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ynh_exit_properly () {
|
||||||
ynh_clean_setup # Call the function to do specific cleaning for the app.
|
ynh_clean_setup # Call the function to do specific cleaning for the app.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_die # Exit with error status
|
exit 1 # Exit with error status
|
||||||
}
|
}
|
||||||
|
|
||||||
# Exits if an error occurs during the execution of the script.
|
# Exits if an error occurs during the execution of the script.
|
||||||
|
|
Loading…
Add table
Reference in a new issue