silkos.sh 215 B

12345
  1. if [ -f /etc/lightdm/lightdm.conf ];then
  2. echo "/etc/lightdm/lightdm.conf dosyası varsayılan haline döndürüldü"
  3. sed -i 's/greeter-setup-script=numlockx on/#greeter-setup-script=/g' /etc/lightdm/lightdm.conf
  4. fi