Skip to content
Snippets Groups Projects
Commit 7e9b2b95 authored by Johannes Schilling's avatar Johannes Schilling
Browse files

debian/postinst: fix /dev/nill typo to /dev/null

parent 5e35f655
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ if test "$1" = "configure"; then ...@@ -8,7 +8,7 @@ if test "$1" = "configure"; then
adduser --quiet --system --group --no-create-home --home $statedir goatherd adduser --quiet --system --group --no-create-home --home $statedir goatherd
fi fi
if ! dpkg-statoverride --list $statedir >/dev/nill; then if ! dpkg-statoverride --list $statedir >/dev/null; then
dpkg-statoverride --quiet --update --add goatherd goatherd 0700 $statedir dpkg-statoverride --quiet --update --add goatherd goatherd 0700 $statedir
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment