summaryrefslogtreecommitdiff
path: root/Push
diff options
context:
space:
mode:
Diffstat (limited to 'Push')
-rwxr-xr-xPush2
1 files changed, 1 insertions, 1 deletions
diff --git a/Push b/Push
index 06bf152..c4fd91f 100755
--- a/Push
+++ b/Push
@@ -131,7 +131,7 @@ hosts.each{ |hostname|
if [ -e /etc/init.d/quagga ]; then
service quagga restart;
else
- service bgpd restart && service zebra restart;
+ service zebra restart && service bgpd restart && sleep 1;
fi'")
end
}