Fix ynh_no_log

Co-Authored-By: Kayou <pierre@kayou.io>
This commit is contained in:
Maniack Crudelis 2020-04-24 23:47:53 +02:00 committed by GitHub
parent b3b0aef047
commit 1decbd2423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.