forked from mir/linux-vm-tools
Fixed sed
This commit is contained in:
parent
6575b9ed27
commit
55dca27fa9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user