Update disable_desktop_autologin.sh
This commit is contained in:
parent
4f8dc0bfcc
commit
ce23055b2c
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo sed -i \
|
sudo sed -i \
|
||||||
"s/autologin-user=orangepi/#autologin-user=orangepi/" \
|
"s/autologin-user=.*/#&/" \
|
||||||
/etc/lightdm/lightdm.conf.d/22-orangepi-autologin.conf
|
/etc/lightdm/lightdm.conf.d/22-orangepi-autologin.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue