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