Skip to content

Commit

Permalink
Debian RC3 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 authored Mar 16, 2024
1 parent 701dfd3 commit d112b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/vzlogger.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
case "$1" in
configure)
if id vzlogger > /dev/null 2>&1 \
&& dpkg --compare-versions $2 le-nl 0.8.3 \
&& dpkg --compare-versions $2 ge 0.8.2; then
&& dpkg --compare-versions "$2" le-nl 0.8.3 \
&& dpkg --compare-versions "$2" ge 0.8.2; then
# maintain compatibility with existing native installations
usermod -l _vzlogger vzlogger
groupmod --new-name _vzlogger vzlogger
Expand Down

0 comments on commit d112b7b

Please sign in to comment.