8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Add newline printed after Firebird SS service startup

This commit is contained in:
skidder 2004-09-14 16:11:26 +00:00
parent 8d76bb4f43
commit 2627dbec8f

View File

@ -43,6 +43,7 @@ case "$1" in
daemon --user $FBRunUser $INTERBASE/bin/fbmgr -start -forever
# echo '$INTERBASE/bin/ibmgr -start -forever' | su $FBRunUser
RETVAL=$?
echo
;;
stop)
echo -n "Stopping Firebird server: "