Make startup output universally the same
Don't display the date and time of the startup when we aren't using start-stop-daemon, its weird. Instead display just OK. Change-Id: Ic72b397e0523e0e21417e39f8dab80f52ddc7302 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -398,7 +398,7 @@ case "$ACTION" in
|
||||
echo $PID >"$GERRIT_PID"
|
||||
fi
|
||||
|
||||
echo "STARTED Gerrit `date`"
|
||||
echo OK
|
||||
fi
|
||||
;;
|
||||
|
||||
|
Reference in New Issue
Block a user