Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 16, 2024
1 parent 4354ca0 commit 770e4c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "${INSTALL_UI}" -eq 1 ]; then
sudo apt-get install -y x11-xserver-utils
fi

sudo -u ${VM_USER} -i bash -c 'echo xfce4-session > ~/.xsession'
sudo -u "${VM_USER}" -i bash -c 'echo xfce4-session > ~/.xsession'

# Fix for blank screen on DSVM (/sh -> /bash due to conflict with profile.d scripts)
sudo sed -i 's|!/bin/sh|!/bin/bash|g' /etc/xrdp/startwm.sh
Expand Down

0 comments on commit 770e4c7

Please sign in to comment.