diff --git a/contrib/firstboot.sh b/contrib/firstboot.sh index 613cc5a..8320d83 100755 --- a/contrib/firstboot.sh +++ b/contrib/firstboot.sh @@ -35,7 +35,5 @@ if [ ! -f ${bootflag} ]; then touch ${bootflag} k8sDemoWA; k8sDeploy; - echo "Sleeping for 120s..." - sleep 120; InstallIngress; fi