diff --git a/defaults.inc b/defaults.inc index 23551c5a..9d272dcc 100755 --- a/defaults.inc +++ b/defaults.inc @@ -90,8 +90,8 @@ REPL_CHECKS['git']='/var/lib/gitea' REPL_CHECKS['gitssh']='/home/git' REPL_CHECKS['pma']='/etc/phpmyadmin' REPL_CHECKS['pdnsa']='/opt/powerdns-admin' -REPL_CHECKS['nextcloud-data']='/Nextcloud-Data' -REPL_CHECKS['nextcloud-www']='/var/www/nextcloud' +REPL_CHECKS['nextcloud-data']='/mnt/Nextcloud-Data/cloud-Data' +REPL_CHECKS['nextcloud-www']='/mnt/Nextcloud-Data/www-Data' MYSQL_REPL_CHECK=( ) WEB_REPL_CHECK=(nginx www ssl lessh git gitssh php pma pdnsa)