From b4399259aadd236987f571270ea9fbcbec71b46b Mon Sep 17 00:00:00 2001 From: Teddysun Date: Wed, 16 Oct 2019 21:00:05 +0900 Subject: [PATCH] Update wireguard.sh --- wireguard.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wireguard.sh b/wireguard.sh index b7aac7d..017f50f 100644 --- a/wireguard.sh +++ b/wireguard.sh @@ -651,6 +651,7 @@ update_from_source() { if _version_gt "${wireguard_ver}" "${installed_wg_ver}"; then _info "Starting upgrade WireGuard" install_wg_2 + _error_detect "systemctl daemon-reload" _error_detect "systemctl restart wg-quick@${SERVER_WG_NIC}" _info "Update WireGuard completed" else