mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Update wireguard.sh (#6898)
This commit is contained in:
parent
faf10a9d5b
commit
8d4a81d28e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function update_script() {
|
||||||
fi
|
fi
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y upgrade
|
apt-get -y upgrade
|
||||||
if [[ ! -d /etc/wgdashboard ]]; then
|
if [[ -d /etc/wgdashboard ]]; then
|
||||||
sleep 2
|
sleep 2
|
||||||
cd /etc/wgdashboard/src
|
cd /etc/wgdashboard/src
|
||||||
./wgd.sh update
|
./wgd.sh update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue