From: Donald Sharp Date: Wed, 22 Jul 2015 19:35:37 +0000 (-0700) Subject: Call of quagga-reload.py does not return error code X-Git-Tag: frr-2.0-rc1~1307 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=54f41f07b7dd2e9d5cf4b4f01a3bc7de283d6507;p=matthieu%2Ffrr.git Call of quagga-reload.py does not return error code --- 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)