From c17f96129b7afadbe9424e3712c8c50ee2f3a797 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 8 Nov 2020 07:31:58 +0100 Subject: Fixing wordpress, phpmyadmin and nginx not restarting, Fixing dashboard not launching --- setup.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'setup.sh') 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 -- cgit