1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

Create folder in restore script

This commit is contained in:
Kayou 2019-02-24 22:04:02 +01:00
parent ec0fb4bc5d
commit d8667b93ae
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -64,6 +64,7 @@ if [[ $firmware_nonfree -eq 1 ]]; then
else else
packages=$free_packages packages=$free_packages
mkdir -p /lib/firmware
ynh_restore_file "/lib/firmware/htc_7010.fw" ynh_restore_file "/lib/firmware/htc_7010.fw"
ynh_restore_file "/lib/firmware/htc_9271.fw" ynh_restore_file "/lib/firmware/htc_9271.fw"
fi fi