From 0a92269456b3cb820ee9a0b362cafbb57700ac95 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Thu, 13 May 2021 18:47:59 -0400 Subject: [PATCH] v2.0-beta-6 Commit --- src/wgd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 244ef3c1..4a03f34a 100644 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -56,7 +56,8 @@ update_wgd() { printf "| Installing all required python package |\n" python3 -m pip install -r requirements.txt printf "| Update Successfully! |\n" - printf "| Now you can start the dashboard with >> sh wgd.sh start |\n" + printf "| Dashboard is running... |\n" + exec "wgd.sh" "start" exit 1 else printf "Cancel update. \n"