[etherpad-web/oscp-frontend] Wrong app-root path



commit e28ce89978ada1560c25bda38db6b402eb473147
Author: Andrea Veri <averi redhat com>
Date:   Wed Dec 19 00:44:10 2018 +0100

    Wrong app-root path

 app_data/httpd-pre-init/set-htaccess-passwords.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/httpd-pre-init/set-htaccess-passwords.sh 
b/app_data/httpd-pre-init/set-htaccess-passwords.sh
index 1357f2f..b4514be 100755
--- a/app_data/httpd-pre-init/set-htaccess-passwords.sh
+++ b/app_data/httpd-pre-init/set-htaccess-passwords.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-APP_ROOT=/opt/app/src
+APP_ROOT=/opt/app-root/src
 PROTECTED_PADS=('adboard' 'board' 'codeofconduct' 'edsearch' 'marketing' 'releaseteam')
 
 for pad in "${PROTECTED_PADS[@]}"; do


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]