Skip to content
Snippets Groups Projects
Commit 82ef1ae3 authored by deuce's avatar deuce
Browse files

Remove redundant echo commands.

parent 44d86671
No related branches found
No related tags found
No related merge requests found
......@@ -283,11 +283,10 @@ sbbs_status()
{
${sbbs_execdir}/node list
echo
if [ -n "$rc_pid" ]; then
echo
echo "${name} is running as pid $rc_pid."
else
echo
echo "${name} is not running."
return 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment