clemenko / rke_airgap_install

a script/method for air gapping the Rancher Stack with Hauler
47 stars 25 forks source link

Missing base function #1

Closed zackbradys closed 1 year ago

zackbradys commented 1 year ago

At the end of the script, in case statement, the base function is missing.

case "$1" in
        build) build;;
        base) base;;
        control) deploy_control;;
        worker) deploy_worker;;
        longhorn) longhorn;;
        rancher) rancher;;
        flask) flask;;
        *) usage;;
esac
clemenko commented 1 year ago

It is already gone.... check again.