Remove stale offline option to scripts
[icn.git] / env / metal3 / 03_launch_prereq.sh
index e8fa538..93b93c8 100755 (executable)
@@ -76,10 +76,4 @@ function install {
     install_ironic_container
 }
 
-if [ "$#" -eq 0 ]; then
-    install online
-elif [ "$1" == "-o" ]; then
-    install offline
-else
-    exit 1
-fi
+install