Fix: Wireguard - Restart wgdashboard after update ()

Fix: Restart wgdashboard automatically after update
This commit is contained in:
TyrantRey
2025-02-24 18:24:58 +08:00
committed by GitHub
parent df110695cd
commit acf5eda756

@ -32,6 +32,7 @@ function update_script() {
sleep 2 sleep 2
cd /etc/wgdashboard/src cd /etc/wgdashboard/src
./wgd.sh update ./wgd.sh update
./wgd.sh start
exit exit
} }