Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DocDrydenn committed Jun 28, 2023
1 parent 2d93dd1 commit e84e1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omsa_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ sleep 1
dist_key="old"

if [[ "$OS" == *"Debian"* ]]; then
if vercomp $OSVER \> 10; then
if vercomp $OSVER \> 11; then
dist_key="new"
fi
elif [[ "$OS" == *"Ubuntu"* ]]; then
if vercomp $OSVER \> 22.09; then
if vercomp $OSVER \> 22.04; then
dist_key="new"
fi
fi
Expand Down

0 comments on commit e84e1fc

Please sign in to comment.