mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
Simplify NetBird service enablement
This commit is contained in:
@@ -44,9 +44,7 @@ $STD apt install -y netbird
|
||||
msg_ok "Installed NetBird"
|
||||
|
||||
msg_info "Enabling NetBird Service"
|
||||
$STD netbird service install 2>/dev/null || true
|
||||
$STD netbird service start 2>/dev/null || true
|
||||
$STD systemctl enable netbird
|
||||
$STD systemctl enable --now netbird
|
||||
msg_ok "Enabled NetBird Service"
|
||||
|
||||
# NetBird Deployment Type Selection
|
||||
|
||||
Reference in New Issue
Block a user