Skip to content

Commit

Permalink
Fix --unstable, as I had a typo before (#98)
Browse files Browse the repository at this point in the history
* Fix --unstable, as I had a typo before

* Bump rev, yet again
  • Loading branch information
swelljoe authored Nov 26, 2023
1 parent 503d05e commit 522a09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# License and version
SERIAL=GPL
KEY=GPL
VER=7.3.1
VER=7.3.2
vm_version=7

# Server
Expand Down Expand Up @@ -364,7 +364,7 @@ grade_b_system() {
return 1
}

if grade_b_system && [ "$unstable" = 'unstable' ]; then
if grade_b_system && [ "$unstable" != 'unstable' ]; then
log_error "Unsupported operating system detected. You may be able to install with"
log_error "the --unstable flag, but this is not recommended. Consult the installation"
log_error "documentation."
Expand Down

0 comments on commit 522a09a

Please sign in to comment.