Girish Ramakrishnan 6 роки тому
батько
коміт
f8a04ba7a2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -26,7 +26,7 @@ if [[ -n "${LDAP_SERVER:-}" ]]; then
 fi
 
 # create and merge any user local.py
-if [[ -f /app/data/customlocal.py ]]; then
+if [[ ! -f /app/data/customlocal.py ]]; then
     echo -e "# Place custom local.py settings in this file\n" > /app/data/customlocal.py
 fi