final
This commit is contained in:
parent
14f63a52ea
commit
701b7a14ea
@ -28,6 +28,7 @@ function update_script() {
|
|||||||
apk upgrade wireguard-tools
|
apk upgrade wireguard-tools
|
||||||
msg_ok "Updated WireGuard"
|
msg_ok "Updated WireGuard"
|
||||||
}
|
}
|
||||||
|
|
||||||
start
|
start
|
||||||
build_container
|
build_container
|
||||||
description
|
description
|
||||||
|
@ -61,7 +61,7 @@ if [[ "$INSTALL_WGD" =~ ^[Yy]$ ]]; then
|
|||||||
cd /etc/wgdashboard/src || exit
|
cd /etc/wgdashboard/src || exit
|
||||||
chmod u+x wgd.sh
|
chmod u+x wgd.sh
|
||||||
$STD ./wgd.sh install
|
$STD ./wgd.sh install
|
||||||
echo "net.ipv4.ip_forward=1" >>/etc/sysctl.conf
|
$STD echo "net.ipv4.ip_forward=1" >>/etc/sysctl.conf
|
||||||
sysctl -p /etc/sysctl.conf
|
sysctl -p /etc/sysctl.conf
|
||||||
msg_ok "Installed WGDashboard"
|
msg_ok "Installed WGDashboard"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user