Обернул скрипт в init.d файле в функции

This commit is contained in:
Alex Derbenev
2023-03-26 22:18:22 +03:00
parent 3bf1ac9fa1
commit 8f0fdfef74

View File

@@ -2,6 +2,7 @@
START=99
script () {
dir=/tmp/lst
SUBNET=https://antifilter.download/list/subnet.lst
IP=https://antifilter.download/list/ip.lst
@@ -98,3 +99,16 @@ echo "Dnsmasq restart"
echo "Firewall restart"
/etc/init.d/firewall restart
}
start () {
script
}
restart () {
script
}
reload () {
script
}