Skip to content
Snippets Groups Projects

WIP: Resolve "Restore from legacy backup"

Open Michel Memeteau requested to merge 182-restore-from-legacy-backup into master
Compare and Show latest version
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -66,8 +66,10 @@ function set_app_directories ()
APP_DIRS=( "_data/i" "upload" "local/config" ) ;
;;
prestashop)
# See for 1.7 https://devdocs.prestashop.com/1.7/development/architecture/
APP_DIR="/var/www/html" ;
APP_DIRS=( "" ) ;
APP_DIRS=( "upload" "themes" "override" "config" ) ;
" ) ;
;;
nextcloud)
APP_DIR="" ;
Loading