vnc_fix
This commit is contained in:
parent
585d2b8d0e
commit
cc27fa89d2
1 changed files with 1 additions and 8 deletions
|
@ -919,14 +919,7 @@ function abfrage() {
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${update}" != "n" ]; then
|
|
||||||
read -p "Do you want to activate the VNC protocol? : [y/N] " x11vnc
|
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
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "${offline}" != "n" ]; then
|
if [ "${offline}" != "n" ]; then
|
||||||
read -p "Sould the system be started without a login? : [y/N] " autostart
|
read -p "Sould the system be started without a login? : [y/N] " autostart
|
||||||
|
|
Loading…
Reference in a new issue