Update prepare client
This commit is contained in:
parent
a993459b97
commit
b41a18a01e
@ -1,5 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
function send_notification() {
|
||||||
|
echo $@
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function assert_success() {
|
function assert_success() {
|
||||||
"${@}"
|
"${@}"
|
||||||
local status=${?}
|
local status=${?}
|
||||||
|
Loading…
Reference in New Issue
Block a user