aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/setup.sh b/setup.sh
index d0034b8..0989e15 100755
--- a/setup.sh
+++ b/setup.sh
@@ -9,8 +9,8 @@ log () {
if [ -z "$update_only" ]
then
- minikube delete
minikube start --driver=virtualbox
+ minikube dashboard &
eval $(minikube docker-env)
@@ -55,9 +55,3 @@ create_service phpmyadmin
create_service mysql
create_service grafana
create_service influxdb
-
-if [ -z "$update_only" ]
-then
- log "LAUCHING dashboard"
- minikube dashboard
-fi