From 54f41f07b7dd2e9d5cf4b4f01a3bc7de283d6507 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 22 Jul 2015 12:35:37 -0700 Subject: [PATCH] Call of quagga-reload.py does not return error code --- debian/quagga.init.d | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/quagga.init.d b/debian/quagga.init.d index 939dc5a8ea..51bf49039b 100755 --- a/debian/quagga.init.d +++ b/debian/quagga.init.d @@ -527,6 +527,7 @@ case "$1" in [ ! -r $NEW_CONFIG_FILE ] && echo "Unable to read new configuration file $NEW_CONFIG_FILE" && exit 1 echo "Applying only incremental changes to running configuration from Quagga.conf" "$RELOAD_SCRIPT" --reload /etc/quagga/Quagga.conf + exit $? ;; status) -- 2.39.5