1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-07-02 15:30:42 +02:00

v2.0-beta-6 Commit

This commit is contained in:
Donald Cheng Hong Zou 2021-05-13 18:47:59 -04:00
parent 1cb8906893
commit 0a92269456

View File

@ -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"