Skip to content

Commit 3ebdd8c

Browse files
committed
Correcting the logger statement.
1 parent 465e5e1 commit 3ebdd8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/desktop-lite/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ if [ -d "/usr/local/novnc" ]; then
403403
log "noVNC started with launch.sh."
404404
fi
405405
else
406-
log "noVNC is already."
406+
log "noVNC is already running."
407407
fi
408408
else
409409
log "noVNC is not installed."

0 commit comments

Comments
 (0)