mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 15:20:09 +01:00
Update wgd.sh
This commit is contained in:
parent
b08c1f6699
commit
0a4bbc1106
15
src/wgd.sh
15
src/wgd.sh
@ -15,6 +15,15 @@ help () {
|
|||||||
printf "\n"
|
printf "\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
install_wgd(){
|
||||||
|
rm db/hi.txt
|
||||||
|
printf "| Installing latest Python dependencies |\n"
|
||||||
|
python3 -m pip install -r requirements.txt > /dev/null 2>&1
|
||||||
|
start_wgd
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
check_wgd_status(){
|
check_wgd_status(){
|
||||||
if ps aux | grep '[p]ython3 '$app_name > /dev/null;
|
if ps aux | grep '[p]ython3 '$app_name > /dev/null;
|
||||||
then
|
then
|
||||||
@ -60,12 +69,10 @@ update_wgd() {
|
|||||||
git pull https://github.com/donaldzou/wireguard-dashboard.git $new_ver --force > /dev/null 2>&1
|
git pull https://github.com/donaldzou/wireguard-dashboard.git $new_ver --force > /dev/null 2>&1
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
printf "| Installing latest Python dependencies |\n"
|
printf "| Installing latest Python dependencies |\n"
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt > /dev/null 2>&1
|
||||||
printf "| Update Successfully! |\n"
|
printf "| Update Successfully! |\n"
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
printf "| Now you can start the dashboard with >> sh wgd.sh start |\n"
|
start_wgd
|
||||||
printf "%s\n" "$dashes"
|
|
||||||
exit 1
|
|
||||||
else
|
else
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
printf "CANCEL update. \n"
|
printf "CANCEL update. \n"
|
||||||
|
Loading…
Reference in New Issue
Block a user