From 11d4e0abe7e4664ebe80bcb8f9a3f7a585ce3d54 Mon Sep 17 00:00:00 2001 From: simono41 Date: Wed, 16 May 2018 17:57:09 +0200 Subject: [PATCH] bug --- arch-install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch-install b/arch-install index 967a4ee..fa0f67e 100755 --- a/arch-install +++ b/arch-install @@ -867,11 +867,11 @@ function abfrage() { if [ "${offline}" != "n" ] && [ "${update}" != "n" ]; then read -p "Do you want to activate the VNC protocol? : [y/N] " x11vnc - echo "This password is only valid for the current session !!!" - if [ "${x11vnc}" == "y" ]; then - x11vnc -storepasswd /etc/x11vnc.pass - systemctl restart x11vnc.service - fi +# echo "This password is only valid for the current session !!!" +# if [ "${x11vnc}" == "y" ]; then +# x11vnc -storepasswd /etc/x11vnc.pass +# systemctl restart x11vnc.service +# fi fi # Ausgaben