luci-app-amule: fix init

This commit is contained in:
CN_SZTL 2020-02-11 09:52:59 +08:00
parent e921293b03
commit d6ec89c426
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -8,6 +8,10 @@ USE_PROCD=1
LIST_SEP="
"
service_triggers() {
procd_add_reload_trigger amule
}
unregex() {
echo "$1" | sed -e 's/[]\/()$*.^|[]/\\&/g'
}