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 a8ef5e9 commit c18373dCopy full SHA for c18373d
snapraid-aio-script.sh
@@ -74,7 +74,7 @@ function main(){
74
75
76
# Initialize notification
77
- if [ "$HEALTHCHECKS" -eq 1 ] || [ "$TELEGRAM" -eq 1 ] || [ "$DISCORD" -eq 1 ]; then
+ if [ "$HEALTHCHECKS" -eq 1 ] || [ "$TELEGRAM" -eq 1 ] || [ "$DISCORD" -eq 1 ] || [ "$CHECK_UPDATES" -eq 1 ]; then
78
# Check for notification dependencies
79
check_and_install curl
80
check_and_install jq
0 commit comments