From 8e8e18adc0764e24d0a7e5554d0c5a6afdb0bdda Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 30 Nov 2018 19:17:08 +0100 Subject: [PATCH] ignoring a fail of timesyncd restart.... --- debian/wit-network-config.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 87b9367..06a4655 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -392,7 +392,7 @@ case "$1" in systemctl enable firewall systemctl restart firewall systemctl enable systemd-timesyncd - systemctl restart systemd-timesyncd + systemctl restart systemd-timesyncd || true systemctl restart ssh systemctl reload strongswan