fix typo
This commit is contained in:
parent
88f9eeafa0
commit
5b5a109700
2
debian/init.d
vendored
2
debian/init.d
vendored
|
@ -44,7 +44,7 @@ not_configured () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# check if ps-watcher is configured or not
|
# check if ps-watcher is configured or not
|
||||||
if [ -f "/etc/default/pswatcher" ]
|
if [ -f "/etc/default/ps-watcher" ]
|
||||||
then
|
then
|
||||||
. /etc/default/ps-watcher
|
. /etc/default/ps-watcher
|
||||||
if [ "$startup" != "1" ] || [ ! -f $CONFIG ]
|
if [ "$startup" != "1" ] || [ ! -f $CONFIG ]
|
||||||
|
|
Loading…
Reference in a new issue