From 32429e426259e0a29c28a7a31a44f737a40b81c8 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Wed, 7 Sep 2016 09:15:11 +0300 Subject: [PATCH] exit vncstart --- vnc/vncs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc/vncs b/vnc/vncs index 2f42aee..67b4016 100755 --- a/vnc/vncs +++ b/vnc/vncs @@ -26,4 +26,4 @@ ec=$? echo "Kill with vnckill" echo "use vncdisp to change resolution" echo Your VNC connection port is $HOSTNAME:$(( 5900 + $dn )) -exit $? +exit $ec