Girish Ramakrishnan 6 år sedan
förälder
incheckning
f8a04ba7a2
1 ändrade filer med 1 tillägg och 1 borttagningar
  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