Fix bashism
Debian has dash as default shell.
This commit is contained in:
parent
2801f3673d
commit
4d300ff137
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
type nm-applet &> /dev/null || exit 0
|
||||
type nm-applet > /dev/null 2>&1 || exit 0
|
||||
|
||||
# Hide nm-applet when network-manager is disabled
|
||||
nm_enabled=false
|
||||
|
Loading…
Reference in New Issue
Block a user