mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-update-nc: BTRFS basedir not supported
This commit is contained in:
parent
b0703877e6
commit
af5e35d00c
@ -29,6 +29,7 @@ DATADIR="$( grep datadirectory nextcloud/config/config.php | awk '{ print $3 }'
|
||||
[[ -d /var/www/nextcloud-old ]] && { echo "Nextcloud backup directory found. Interrupted installation?"; exit 1; }
|
||||
[[ -d /var/www/nextcloud ]] || { echo "Nextcloud directory not found" ; exit 1; }
|
||||
[[ -d "$DATADIR" ]] || { echo "Nextcloud data directory not found" ; exit 1; }
|
||||
[[ "$(stat -fc%T "$BASEDIR")" == "btrfs" ]] && { echo "BTRFS not supported" ; exit 1; }
|
||||
|
||||
# check version
|
||||
####################
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
|
||||
[v1.6.2](https://github.com/nextcloud/nextcloudpi/commit/39966c8) (2019-02-13) nc-datadir: lift mountpoint restriction
|
||||
[v1.6.3](https://github.com/nextcloud/nextcloudpi/commit/a4f39c3) (2019-02-13) ncp-update-nc: BTRFS basedir not supported
|
||||
|
||||
[v1.6.2](https://github.com/nextcloud/nextcloudpi/commit/b070387) (2019-02-13) nc-datadir: lift mountpoint restriction
|
||||
|
||||
[v1.6.1 ](https://github.com/nextcloud/nextcloudpi/commit/3e566f5) (2019-02-10) nc-nextcloud: add a warning
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user