Enviado em 29/04/2017 - 01:56h
pessoas ... qual o problema dessa porcaria aqui ???#!/bin/bashline 13: [: número excessivo de argumentos
if [ "`id -u`" != "0" ] ; then
gksu $0
exit
fi
teste=$(grep -w $USER /etc/lightdm/lightdm.conf)
lightdm=$(if [ -n $teste ];then
echo TRUE
else
echo FALSE
fi )
echo "$lightdm"
#!/bin/bash
teste=$(grep -w $USER /etc/lightdm/lightdm.conf)
lightdm=$(if [ -n $teste ];then
echo TRUE
else
echo FALSE
fi )
echo "$lightdm"