From d9d1cde819fa268cdfcd35aa6398b7f43f688547 Mon Sep 17 00:00:00 2001 From: Andrea Orlati Date: Tue, 5 Apr 2022 12:06:06 +0200 Subject: [PATCH] update med-vnc Improved some messages to the user according the feedback --- Medicina/Misc/MedScripts/src/med-vnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Medicina/Misc/MedScripts/src/med-vnc b/Medicina/Misc/MedScripts/src/med-vnc index 8f1bf2ca8..98adfec8e 100644 --- a/Medicina/Misc/MedScripts/src/med-vnc +++ b/Medicina/Misc/MedScripts/src/med-vnc @@ -91,7 +91,7 @@ else fi if ! hash vncviewer &>/dev/null; then - echo -e "'vncviewer' is not installed, this script is setting up the connection but won't automatically start vnc.\nA custom client should be manually started." + echo -e "'vncviewer' is not available, this script is setting up the connection but won't automatically start vnc.\nA custom vnc client will have to be manually started after the connection." vnc_avail="FALSE" fi -- GitLab