mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update wireguard.sh (#6898)
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user