minor quote fix to satisfy shellcheck
This commit is contained in:
parent
10f813b1eb
commit
a90f565c12
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
NOTIFDIR="$XDG_CONFIG_HOME"/sxmo/notifications
|
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..
|
# E.g. wait until process killed or started -- maybe there's a better way..
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue