From 13bae9730c2973414931b76cfab46ef5a7ada8c5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 19 Nov 2025 10:54:08 +0300 Subject: [PATCH] ref --- etc/update-motd.d/20-service-status.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/update-motd.d/20-service-status.example b/etc/update-motd.d/20-service-status.example index 7359546..a52c1a2 100755 --- a/etc/update-motd.d/20-service-status.example +++ b/etc/update-motd.d/20-service-status.example @@ -3,7 +3,8 @@ echo "wg0 status: $(systemctl is-active wg-quick@wg0.service)" if ! systemctl is-active wg-quick@wg0.service 1>/dev/null; then + #shellcheck disable=SC2016 echo 'Executing this command may fix wireguard: "sudo apt update && sudo apt install linux-headers-$(uname -r) && sudo reboot"' fi -echo \ No newline at end of file +echo