1
0
forked from mir/linux-vm-tools

Fixed sed

This commit is contained in:
Ken VanDine 2018-03-30 11:39:01 -04:00
parent 6575b9ed27
commit 55dca27fa9

View File

@ -59,7 +59,7 @@ fi
sed -i_orig -e 's/startwm/startubuntu/g' /etc/xrdp/sesman.ini sed -i_orig -e 's/startwm/startubuntu/g' /etc/xrdp/sesman.ini
# rename the redirected drives to 'shared-drives' # rename the redirected drives to 'shared-drives'
sed -e 's/FuseMountName=thinclient_drives/FuseMountName=shared-drives/g' /etc/xrdp/sesman.ini sed -i -e 's/FuseMountName=thinclient_drives/FuseMountName=shared-drives/g' /etc/xrdp/sesman.ini
# Changed the allowed_users # Changed the allowed_users
sed -i_orig -e 's/allowed_users=console/allowed_users=anybody/g' /etc/X11/Xwrapper.config sed -i_orig -e 's/allowed_users=console/allowed_users=anybody/g' /etc/X11/Xwrapper.config