Fix postinst file

This commit is contained in:
eric1tran 2021-03-08 22:59:09 +00:00
parent f9e252c110
commit e7f9401722
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ case "$1" in
fi
fi
if dpkg --compare-versions "$2" lt-nl "5.0"
if dpkg --compare-versions "$2" le "5.0"
then
echo "Enabling lighttpd skyaware module.." >&2
lighty-enable-mod skyaware || true