mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-03 07:59:42 +00:00
Finished CLI Installer for SuiteCRM Implementation (LDAP still missing) - https://chatgpt.com/share/69274924-9dec-800f-8653-345aa2c25664
This commit is contained in:
@@ -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)
|
||||
############################################
|
||||
|
||||
Reference in New Issue
Block a user