*/*: remove _opnsense_bootup_run

PR: https://github.com/opnsense/core/issues/1835
This commit is contained in:
Franco Fichtner
2018-01-30 10:22:18 +01:00
parent 04f842e8fd
commit 8ebb3bd465
18 changed files with 5 additions and 23 deletions
@@ -1,7 +1,6 @@
{% if helpers.exists('OPNsense.redis.general.enabled') and OPNsense.redis.general.enabled == '1' %}
redis_enable="YES"
redis_opnsense_bootup_run="/usr/local/opnsense/scripts/redis/setup.sh"
redis_var_script="/usr/local/opnsense/scripts/redis/setup.sh"
redis_enable="YES"
{% else %}
redis_enable="NO"
{% endif %}