Closed zackbradys closed 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
It is already gone.... check again.
At the end of the script, in case statement, the base function is missing.