Ver Mensaje Individual
  #463  
Viejo 02/05/11, 21:05:25
Array

[xs_avatar]
flph flph no está en línea
Miembro del foro
 
Fecha de registro: ene 2011
Mensajes: 122
Modelo de smartphone: Orange Boston
Tu operador: Movistar
 Cita: Originalmente Escrito por maikelsa Ver Mensaje
i don't know if its normal but when i try to run this script, the scirpt ends with a "nothing to do here" and witout downloading the 2 mb... and i'm sure that I hve the 4a phantom...

whats wrong?
CODE
Código:
grep  ".:: Phantom Evolution (rev4a) ::." "/hidden/data/CDA/content/post.boot" > /dev/null
if [ "$?" -eq 0 ]
then
  update1
  echo "[+] `date +\"%T\"` Updated to rev4b. Reboot please!"
  echo "[+] `date +\"%T\"` Updated to rev4b" >> $logfile
else
  echo "[+] `date +\"%T\"` Nothing to do here..."
fi
Significa que si tiene el rev 4a hace la actualización, de lo contrario no!

Última edición por flph Día 02/05/11 a las 21:46:43.
Responder Con Cita