bug
This commit is contained in:
parent
462d22aaac
commit
11d4e0abe7
1 changed files with 5 additions and 5 deletions
10
arch-install
10
arch-install
|
@ -867,11 +867,11 @@ function abfrage() {
|
||||||
|
|
||||||
if [ "${offline}" != "n" ] && [ "${update}" != "n" ]; then
|
if [ "${offline}" != "n" ] && [ "${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 !!!"
|
# echo "This password is only valid for the current session !!!"
|
||||||
if [ "${x11vnc}" == "y" ]; then
|
# if [ "${x11vnc}" == "y" ]; then
|
||||||
x11vnc -storepasswd /etc/x11vnc.pass
|
# x11vnc -storepasswd /etc/x11vnc.pass
|
||||||
systemctl restart x11vnc.service
|
# systemctl restart x11vnc.service
|
||||||
fi
|
# fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Ausgaben
|
# Ausgaben
|
||||||
|
|
Loading…
Reference in a new issue