We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5b9a5 commit 3d21ac4Copy full SHA for 3d21ac4
notify/ntfy.sh
@@ -38,18 +38,18 @@ ntfy_send() {
38
fi
39
40
case "$_statusCode" in
41
- 0)
42
- _priority="$_priority_default"
43
- _tag="$_tag_success"
44
- ;;
45
- 1)
46
- _priority="$_priority_error"
47
- _tag="$_tag_error"
48
49
- 2)
50
51
- _tag="$_tag_info"
52
+ 0)
+ _priority="$_priority_default"
+ _tag="$_tag_success"
+ ;;
+ 1)
+ _priority="$_priority_error"
+ _tag="$_tag_error"
+ 2)
+ _tag="$_tag_info"
53
esac
54
55
export _H2="Priority: $_priority"
0 commit comments