diff options
Diffstat (limited to 'share/provision')
-rw-r--r-- | share/provision/files/desktop-basic/home/user/.custom/xsession | 2 |
1 files changed, 1 insertions, 1 deletions
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" |