mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix ynh_no_log
Co-Authored-By: Kayou <pierre@kayou.io>
This commit is contained in:
parent
b3b0aef047
commit
1decbd2423
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ynh_no_log() {
|
|||
eval $@
|
||||
local exit_code=$?
|
||||
mv ${ynh_cli_log}-move ${ynh_cli_log}
|
||||
return $?
|
||||
return $exit_code
|
||||
}
|
||||
|
||||
# Main printer, just in case in the future we have to change anything about that.
|
||||
|
|
Loading…
Add table
Reference in a new issue