Skip to content

Commit

Permalink
Fix unstable flag color in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Nov 26, 2023
1 parent a20ab08 commit 7eaa5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ grade_b_system() {

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 "${YELLOW}--unstable${NORMAL} flag, but this is not recommended. Consult the installation"
log_error "documentation."
exit 1
fi
Expand Down

0 comments on commit 7eaa5a5

Please sign in to comment.