diff --git a/host/fs-root/bin/segfaultsh b/host/fs-root/bin/segfaultsh index 83a7bd1..bce544c 100755 --- a/host/fs-root/bin/segfaultsh +++ b/host/fs-root/bin/segfaultsh @@ -1320,7 +1320,7 @@ tofile "${C_IP:?}" "/config/self-for-guest/lg-${LID}/c_ip" echo_pty -e "....[${CG}OK${CN}]" # Add a log entry into elastisearch using logpipe -echo "LID:${LID}|Hostname:${SF_HOSTNAME}|" | unix-socket-client &> /dev/null +echo "Type:Login|LID:${LID}|Hostname:${SF_HOSTNAME}|" | unix-socket-client &> /dev/null # Spawn shell spawn_shell_exit "$@"