Update alpine-wireguard-install.sh

This commit is contained in:
Tobias 2025-04-15 15:11:25 +02:00 committed by GitHub
parent e1b3ce8ae9
commit ad2b1b9ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ depend() {
start() {
ebegin "Starting WGDashboard"
cd /etc/wgdashboard/src/ 1
cd /etc/wgdashboard/src/
./wgd.sh start &
eend $?
}