]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: desktop-basic: fix vnc config
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 13 Mar 2019 22:57:11 +0000 (19:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 13 Mar 2019 22:57:11 +0000 (19:57 -0300)
share/provision/files/desktop-basic/home/user/.custom/xsession

index 57ee5a9d3b61f0f7ed3f892ffb4f3cdb0efe3827..256beb54f2959879ff859ab17885e5b1033ef387 100644 (file)
@@ -38,7 +38,7 @@ sleep 8
 if [ "$HOSTNAME" = "web" ]; then
   PROGRAMS="$PROGRAMS tor-browser"
 elif [ "$HOSTNAME" = "vnc" ]; then
-  PROGRAMS="$PROGRAMS"
+  PROGRAMS="$PROGRAMS vnc"
 else
   PROGRAMS="$PROGRAMS terminal"
 fi