mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
fix backup config
This commit is contained in:
parent
5b2143d814
commit
3e0b11f919
1 changed files with 3 additions and 3 deletions
|
@ -41,13 +41,13 @@ ynh_print_info --message="Declaring files to be backed up..."
|
|||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/etc/hostapd/$app/hostapd.conf.tpl"
|
||||
ynh_backup --src_path="/etc/hostapd/$app/hostapd.conf"
|
||||
ynh_backup --src_path="/etc/hostapd/$app/hostapd.conf" --not_mandatory
|
||||
|
||||
ynh_backup --src_path="/etc/dnsmasq.$app/dhcpdv6.conf.tpl"
|
||||
ynh_backup --src_path="/etc/dnsmasq.$app/dhcpdv6.conf"
|
||||
ynh_backup --src_path="/etc/dnsmasq.$app/dhcpdv6.conf" --not_mandatory
|
||||
|
||||
ynh_backup --src_path="/etc/dnsmasq.$app/dhcpdv4.conf.tpl"
|
||||
ynh_backup --src_path="/etc/dnsmasq.$app/dhcpdv4.conf"
|
||||
ynh_backup --src_path="/etc/dnsmasq.$app/dhcpdv4.conf" --not_mandatory
|
||||
|
||||
ynh_backup --src_path="/usr/local/bin/$service_name"
|
||||
|
||||
|
|
Loading…
Reference in a new issue