Browse Source

fix restore

HgO 1 year ago
parent
commit
ee1f3cd176
2 changed files with 3 additions and 8 deletions
  1. 1 4
      scripts/backup
  2. 2 4
      scripts/restore

+ 1 - 4
scripts/backup

@@ -40,10 +40,7 @@ ynh_print_info --message="Declaring files to be backed up..."
 # BACKUP THE APP MAIN DIR
 #=================================================
 
-for FILE in $(ls /etc/hostapd/hostapd.*.conf 2>/dev/null)
-do
-	ynh_backup --src_path="$FILE"
-done
+ynh_backup --src_path="/etc/hostapd/hostapd.conf"
 
 ynh_backup --src_path="/etc/dnsmasq.dhcpd/dhcpdv6.conf.tpl"
 ynh_backup --src_path="/etc/dnsmasq.dhcpd/dhcpdv4.conf.tpl"

+ 2 - 4
scripts/restore

@@ -61,10 +61,8 @@ else
 	pkg_dependencies="$pkg_dependencies $free_firmware_packages"
 fi
 
-for FILE in $(ls /etc/hostapd/hostapd.conf{.tpl?,} 2>/dev/null)
-do
-    ynh_restore_file --origin_path="$FILE"
-done
+ynh_restore_file --origin_path="/etc/hostapd/hostapd.conf"
+
 ynh_restore_file --origin_path="/etc/dnsmasq.dhcpd/dhcpdv6.conf.tpl"
 ynh_restore_file --origin_path="/etc/dnsmasq.dhcpd/dhcpdv4.conf.tpl"