From: Matt Madia
Create the script's tempdir before displaying the initial alert. Fixes #5509. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35695 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -73,8 +73,6 @@ EOF
|
||||
|
||||
function InstallAllFirmwares()
|
||||
{
|
||||
mkdir -p ${tempDir}
|
||||
|
||||
InstallIpw2100
|
||||
InstallIprowifi2200
|
||||
InstallBroadcom43xx
|
||||
@@ -340,4 +338,5 @@ function CutAndInstallBroadcomFirmware()
|
||||
}
|
||||
|
||||
|
||||
mkdir -p "$tempDir"
|
||||
DisplayAlert
|
||||
|
||||
Reference in New Issue
Block a user