Skip to content

Commit 18c7a62

Browse files
committed
upgrade script to fix file manager
1 parent 2e8c734 commit 18c7a62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

upgrade/95/upgrade.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)