+ optimize restore perms for any project and grav perms set
This commit is contained in:
18
grav/quick/_settings.sh.example
Normal file
18
grav/quick/_settings.sh.example
Normal file
@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
export TMP_DIR=$SCRIPT_DIR/tmp
|
||||
|
||||
DIRS=(
|
||||
cache
|
||||
logs
|
||||
user/config
|
||||
user/data
|
||||
user/accounts
|
||||
user/pages
|
||||
user/themes/quark/images
|
||||
tmp
|
||||
backup
|
||||
images
|
||||
assets
|
||||
)
|
Reference in New Issue
Block a user