*/*: migrate _opnsense_bootup_run to simpler _var_script suffix

PR: https://github.com/opnsense/core/issues/1835
This commit is contained in:
Franco Fichtner
2017-12-18 18:28:10 +00:00
parent ac5ca7ffb8
commit f695bc25ce
17 changed files with 19 additions and 2 deletions
@@ -1,6 +1,7 @@
{% 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"
{% else %}
redis_enable="NO"
{% endif %}