Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa591ef

Browse files
authored
Update setup-notif-message.sh
1 parent 53d83d2 commit aa591ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup-notif-message.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/sh
22
# Prepare message for Telegram notification
33

4-
set -ex
4+
set -e
5+
Set -x
56

67
[ $# -ne 2 ] && ( echo "Expected 1 input and 1 output files, got $#."; exit; )0
78
[ ! -f $1 ] && ( echo "Input file $1 not found, skipping."; exit; )

0 commit comments

Comments
 (0)