From 8be1061c527393ea6592fde209522ad5aea5c60f Mon Sep 17 00:00:00 2001 From: D4rk4 Date: Sat, 1 Aug 2020 16:35:32 +0200 Subject: [PATCH] -timeout --- contrib/firstboot.sh | 2 -- 1 file changed, 2 deletions(-) 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