File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ DATADIR="$( grep datadirectory nextcloud/config/config.php | awk '{ print $3 }'
2929[[ -d /var/www/nextcloud-old ]] && { echo " Nextcloud backup directory found. Interrupted installation?" ; exit 1; }
3030[[ -d /var/www/nextcloud ]] || { echo " Nextcloud directory not found" ; exit 1; }
3131[[ -d " $DATADIR " ]] || { echo " Nextcloud data directory not found" ; exit 1; }
32+ [[ " $( stat -fc%T " $BASEDIR " ) " == " btrfs" ]] && { echo " BTRFS not supported" ; exit 1; }
3233
3334# check version
3435# ###################
Original file line number Diff line number Diff line change 11
2- [ v1.6.2] ( https://github.com/nextcloud/nextcloudpi/commit/39966c8 ) (2019-02-13) nc-datadir: lift mountpoint restriction
2+ [ v1.6.3] ( https://github.com/nextcloud/nextcloudpi/commit/a4f39c3 ) (2019-02-13) ncp-update-nc: BTRFS basedir not supported
3+
4+ [ v1.6.2] ( https://github.com/nextcloud/nextcloudpi/commit/b070387 ) (2019-02-13) nc-datadir: lift mountpoint restriction
35
46[ v1.6.1 ] ( https://github.com/nextcloud/nextcloudpi/commit/3e566f5 ) (2019-02-10) nc-nextcloud: add a warning
57
You can’t perform that action at this time.
0 commit comments