diff options
author | hagbard <vyosdev@derith.de> | 2019-03-13 15:10:35 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-03-13 15:10:35 -0700 |
commit | 114f9488397ce436fc7cd2b555650d1c57211bec (patch) | |
tree | 7a16fe02478d23ee8d0fbc5be8697acfdf5f8077 | |
parent | bfa8ba8c8c1851f189bafa3540709f7536fd2ee6 (diff) | |
download | vyatta-cfg-114f9488397ce436fc7cd2b555650d1c57211bec.tar.gz vyatta-cfg-114f9488397ce436fc7cd2b555650d1c57211bec.zip |
Revert "[frr-script] fixing frr-init parameter syntax"
This reverts commit 0eab765d5ad24f7fb4dd722ac20d370f708379f0.
-rwxr-xr-x | scripts/init/vyos-router | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router index 0d58d06..a211795 100755 --- a/scripts/init/vyos-router +++ b/scripts/init/vyos-router @@ -185,7 +185,7 @@ start () # Since systemd doesn't work without watchfrr and watchfrr restarts # all daemons if just one failed, do the start manually - /usr/lib/frr/frrinit.sh --start + /usr/lib/frr/frrinit.sh start log_action_begin_msg "Mounting VyOS Config" # ensure the vyatta_configdir supports a large number of inodes since |