5 lines
39 B
Text
5 lines
39 B
Text
|
#!/bin/sh
|
||
|
|
||
|
/etc/init.d/frr stop
|
||
|
exit 0
|