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