Skip to content
Snippets Groups Projects
Commit a5c36412 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent 22d116e2
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@ cloudalarm_prev=""
function play_alarm_once () {
if [[ "$alarm_state" = hard ]] && nmcli d | grep MSFTGUEST > /dev/null ; then
echo "Patch: NO hard alarm if connected to MSFTGUEST" 1>&2
alarm_state=soft
fi
echo "CALL alarm $alarm_state..."
case "$alarm_state" in
"hard")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment