mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Fix: Wireguard - Restart wgdashboard after update (#2587)
Fix: Restart wgdashboard automatically after update
This commit is contained in:
parent
df110695cd
commit
acf5eda756
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue