mirror of
https://github.com/microsoft/linux-vm-tools
synced 2025-09-01 15:05:49 +00:00
Fixed sed
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user