mirror of
https://github.com/netbirdio/systray.git
synced 2026-05-22 17:08:41 -07:00
added die function
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
function die() {
|
||||
echo $*
|
||||
exit 1
|
||||
}
|
||||
|
||||
if [ -z "$BNS_CERT" ]
|
||||
then
|
||||
die "$0: Please set BNS_CERT to the bns signing certificate for windows"
|
||||
|
||||
Reference in New Issue
Block a user