diff --git a/debian/init.d b/debian/init.d index 4f7194b..c10b4e8 100644 --- a/debian/init.d +++ b/debian/init.d @@ -44,7 +44,7 @@ not_configured () { } # check if ps-watcher is configured or not -if [ -f "/etc/default/pswatcher" ] +if [ -f "/etc/default/ps-watcher" ] then . /etc/default/ps-watcher if [ "$startup" != "1" ] || [ ! -f $CONFIG ]