Skip to content

Commit

Permalink
Merge pull request #280 from xiaods/dev
Browse files Browse the repository at this point in the history
fix: fix init-os script
  • Loading branch information
xiaods authored Nov 11, 2022
2 parents c7e7898 + 8838206 commit 7585e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ download_and_verify() {
# --- check-config ---
check_config() {
info "init OS config && Checking k8e config"
$SUDO $BIN_DIR/k8e init-os
$SUDO $BIN_DIR/k8e init-os-config
$SUDO $BIN_DIR/k8e check-config
}

Expand Down

0 comments on commit 7585e42

Please sign in to comment.