minor quote fix to satisfy shellcheck

master
Maarten van Gompel 4 years ago
parent 10f813b1eb
commit a90f565c12
  1. 2
      scripts/modem/sxmo_modemmonitortoggle.sh

@ -6,7 +6,7 @@ else
fi
NOTIFDIR="$XDG_CONFIG_HOME"/sxmo/notifications
rm $NOTIFDIR/incomingcall*
rm "$NOTIFDIR"/incomingcall*
# E.g. wait until process killed or started -- maybe there's a better way..
sleep 1

Loading…
Cancel
Save