Commit 86578556 authored by Ad Schellevis's avatar Ad Schellevis

(install) force volt templates to be flushed after install

parent cb8fb01b
......@@ -25,3 +25,6 @@ echo "%%REPO_VERSION%%-%%REPO_COMMENT%%" > /usr/local/opnsense/version/opnsense
if /usr/local/etc/rc.d/configd status > /dev/null; then
/usr/local/etc/rc.d/configd restart
fi
echo "Flush Phalcon volt templates"
rm /usr/local/opnsense/mvc/app/cache/*.php >/dev/null 2>&1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment