Browse Source

Create folder in restore script

Kayou 6 years ago
parent
commit
d8667b93ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/restore

+ 1 - 0
scripts/restore

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