Finished CLI Installer for SuiteCRM Implementation (LDAP still missing) - https://chatgpt.com/share/69274924-9dec-800f-8653-345aa2c25664

This commit is contained in:
2025-11-27 04:02:04 +01:00
parent 6d6b0fdea6
commit b80cfbdc9d
6 changed files with 75 additions and 25 deletions

View File

@@ -31,6 +31,12 @@ for d in cache public/upload public/legacy/upload public/legacy/cache; do
fi
done
TMPDIR="${APP_DIR}/tmp"
export TMPDIR
mkdir -p "$TMPDIR"
chown -R "$WEB_USER:$WEB_GROUP" "$TMPDIR"
chmod 775 "$TMPDIR"
############################################
# 3) Auto-Install SuiteCRM (only if not yet installed)
############################################