@@ -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