Browse Source

Fix PIDDIR assertion (Closes: #648815).

Christoph Biedl 12 years ago
parent
commit
066247286a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/ngircd.init

+ 1 - 1
debian/ngircd.init

@@ -42,7 +42,7 @@ DAEMONUSER='irc'	# also group
 . /lib/lsb/init-functions
 
 # Assert PIDDIR
-[ ! -d "$PIDDIR" ] || mkdir -p "$PIDDIR"
+[ -d "$PIDDIR" ] || mkdir -p "$PIDDIR"
 chown "$DAEMONUSER:$DAEMONUSER" "$PIDDIR"
 
 # Assert DAEMONUSER's home