mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
curl tests: forgot to return the result code
This commit is contained in:
parent
831d869e64
commit
c705b6b171
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () {
|
||||||
done
|
done
|
||||||
LXC_EXEC "tail -v -n 15 \$(find /var/log/{nginx/,php*,$app_id_to_check} -mmin -3)"
|
LXC_EXEC "tail -v -n 15 \$(find /var/log/{nginx/,php*,$app_id_to_check} -mmin -3)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
return $curl_result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue