You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
247 B

  1. #!/bin/bash
  2. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
  3. export TMP_DIR=$SCRIPT_DIR/tmp
  4. DIRS=(
  5. cache
  6. logs
  7. user/config
  8. user/data
  9. user/accounts
  10. user/pages
  11. user/themes/quark/images
  12. tmp
  13. backup
  14. images
  15. assets
  16. )