We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8c734 commit 18c7a62Copy full SHA for 18c7a62
upgrade/95/upgrade.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+#####################################
3
+
4
+BINDIR=$(cd $(dirname $0) && pwd)
5
+. ${BINDIR}/../../scripts/common
6
7
+#regenerate apache csp file to bring in change required for file manager (and Gracefully reload apache config)
8
+sudo /opt/fpp/scripts/ManageApacheContentPolicy.sh regenerate
0 commit comments