1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +02:00

Update wgd.sh

This commit is contained in:
Donald Cheng Hong Zou 2021-12-25 17:15:33 -05:00
parent 5c1e46f5a6
commit 5bf9b97d70

View File

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