Skip to content

Commit

Permalink
ncp-update-nc: BTRFS basedir not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Feb 14, 2019
1 parent b070387 commit af5e35d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/ncp-update-nc
Original file line number Diff line number Diff line change
Expand Up @@ -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
####################
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit af5e35d

Please sign in to comment.