Ticket #5509: 5509.patch

File 5509.patch, 422 bytes (added by mmadia, 14 years ago)

create the script's tempdir before displaying the initial alert.

  • data/bin/install-wifi-firmwares.sh

     
    7373
    7474function InstallAllFirmwares()
    7575{
    76     mkdir -p ${tempDir}
    77 
    7876    InstallIpw2100
    7977    InstallIprowifi2200
    8078    InstallBroadcom43xx
     
    340338}
    341339
    342340
     341mkdir -p "$tempDir"
    343342DisplayAlert