From 5bf9b97d700708a6f98188e219094525d66f926c Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sat, 25 Dec 2021 17:15:33 -0500 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index afef011..68473b4 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -119,7 +119,8 @@ update_wgd() { printf "| Installing latest Python dependencies |\n" python3 -m pip install -U -r requirements.txt > /dev/null 2>&1 printf "| Update Successfully! |\n" - start_wgd + rm wgd.sh.old + printf "| Enter ./wgd start to start the dashboard |\n" else printf "%s\n" "$dashes" printf "| Update Canceled. |\n"