mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ynh_die instead of false
This commit is contained in:
parent
a75af4896c
commit
b6daf0c448
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ ynh_systemd_action() {
|
|||
ynh_exec_err tail --lines=$length "$log_path"
|
||||
fi
|
||||
# Fail the app script, since the service failed.
|
||||
false
|
||||
ynh_die
|
||||
fi
|
||||
|
||||
# Start the timeout and try to find line_match
|
||||
|
|
Loading…
Add table
Reference in a new issue