Opened 15 years ago
Closed 15 years ago
#5509 closed bug (fixed)
Error viewing licenses in install-wifi-firmwares.sh
Reported by: | humdinger | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev35694.
Executing install-wifi-firmwares.sh, clicking the "View licenses" button, produces this error:
~/Desktop> /bin/install-wifi-firmwares.sh /bin/install-wifi-firmwares.sh: line 55: /boot/common/cache/tmp/wifi-firmwares/Wifi_Firmware_Licenses: No such file or directory /bin/install-wifi-firmwares.sh: line 68: /boot/common/cache/tmp/wifi-firmwares/Wifi_Firmware_Licenses: No such file or directory open: "/boot/common/cache/tmp/wifi-firmwares/Wifi_Firmware_Licenses": No such file or directory
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | 5509.patch added |
---|
comment:1 by , 15 years ago
The attached patch will fix it. The temporary directory used by the script was only being created upon the starting the wifi firmware installation. Now, it'll occur before displaying the initial dialog.
Note:
See TracTickets
for help on using tickets.
create the script's tempdir before displaying the initial alert.