From: Silvio Rhatto Date: Wed, 28 Nov 2018 15:23:38 +0000 (-0200) Subject: Minor fix X-Git-Tag: 0.1.0~148 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e573c7204b1efe58dfc70508512ca0e82bdf5ede;p=kvmx.git Minor fix --- diff --git a/share/provision/files/desktop-basic/home/user/.custom/xsession b/share/provision/files/desktop-basic/home/user/.custom/xsession index 8f5337b..9450219 100644 --- a/share/provision/files/desktop-basic/home/user/.custom/xsession +++ b/share/provision/files/desktop-basic/home/user/.custom/xsession @@ -35,7 +35,7 @@ DISPLAY_DEVICE="Virtual-0" # or maybe qlx-0 sleep 8 # Startup programs -if [ "$HOSTNAME" == "web" ]; then +if [ "$HOSTNAME" = "web" ]; then PROGRAMS="$PROGRAMS tor-browser" else PROGRAMS="$PROGRAMS terminal"