Don't echo "Stopping $space" on restart

DEV-2560
This commit is contained in:
Nick Huber 2019-08-08 15:08:48 -07:00
parent 7ec7208ad3
commit a2fe2e6613

View File

@ -276,7 +276,6 @@ function restart() {
args=$(check_args space,,$1) || return 1
eval $args
echo "Stopping $space"
rm -f /etc/yap/bird/$space.conf
if [ -z "${SPACES[$space]}" ] ; then
echo "Space not found"