fix(fallback_state_reset): add missing exit 0 at end of script

This commit is contained in:
Gmer4Lfe
2026-05-23 09:35:28 -04:00
parent fda853eed8
commit 8f86e9db88
+2 -1
View File
@@ -246,4 +246,5 @@ else
notify "Fallback state manually reset to NORMAL on $(hostname) ($MY_ID)" \
"Fallback State Reset" "warning"
fi
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
exit 0