This reverts commit d830cb0882
.
Reverting this commit due to a missing Signed-off-by.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
master
parent
21f460e0c1
commit
85a59127a7
@ -1,16 +0,0 @@ |
||||
add_dnsmasqsec_conffiles() |
||||
{ |
||||
local filelist="$1" |
||||
|
||||
# do NOT include timestamp in a backup, only system upgrade |
||||
# dnsmasq restart ensures file timestamp is up to date |
||||
if [ -z $NEED_IMAGE ]; then |
||||
if [ $(ubus call service list '{"name":"dnsmasq"}' | jsonfilter -e '@.*.instances.instance1.running') = "true" ]; then |
||||
/etc/init.d/dnsmasq restart |
||||
sleep 1 |
||||
echo "/etc/dnsmasq.time" >>$filelist |
||||
fi |
||||
fi |
||||
} |
||||
|
||||
sysupgrade_init_conffiles="$sysupgrade_init_conffiles add_dnsmasqsec_conffiles" |
Loading…
Reference in new issue