Formular-Infrastruktur: Contact/Demo/Helpdesk mit E-Mail- und Salesforce-Delivery, JSON-Renderer-Erweiterungen, Crop-Variants
Build-Artefakte in public/_frontend/assets nicht enthalten.
This commit is contained in:
@@ -17,8 +17,8 @@ cd "$(dirname "$0")" || exit 1
|
||||
|
||||
echo "[perms] Project root: $(pwd)"
|
||||
echo "[perms] Setting files 644 / directories 755 under Resources/Public + _assets ..."
|
||||
find public/_assets packages/vitec/Resources/Public -type f -exec chmod 644 {} \; 2>/dev/null
|
||||
find public/_assets packages/vitec/Resources/Public -type d -exec chmod 755 {} \; 2>/dev/null
|
||||
find public/_assets public/fileadmin/icons packages/vitec/Resources/Public -type f -exec chmod 644 {} \; 2>/dev/null
|
||||
find public/_assets public/fileadmin/icons packages/vitec/Resources/Public -type d -exec chmod 755 {} \; 2>/dev/null
|
||||
|
||||
echo "[perms] Flushing TYPO3 caches ..."
|
||||
if [ -x vendor/bin/typo3 ]; then
|
||||
|
||||
Reference in New Issue
Block a user