mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
nc-update-nc: fix case where imported cfg from non docker to docker
This commit is contained in:
parent
9bafc9bbb9
commit
4b6572a113
@ -146,10 +146,10 @@ done
|
||||
|
||||
# copy data if it was at the default location
|
||||
####################
|
||||
[[ "$DATADIR" == "$BASEDIR/nextcloud/data" ]] && {
|
||||
if [[ "$DATADIR" == "/var/www/nextcloud/data" ]] || [[ "$DATADIR" == "/data/nextcloud/data" ]]; then
|
||||
echo "Restore data..."
|
||||
mv -T nextcloud-old/data nextcloud/data
|
||||
}
|
||||
fi
|
||||
|
||||
# nc-restore if anything fails from here
|
||||
####################
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
|
||||
[v1.10.2](https://github.com/nextcloud/nextcloudpi/commit/f7baed0) (2019-03-16) freeDNS: fix hash
|
||||
[v1.10.3](https://github.com/nextcloud/nextcloudpi/commit/925cf31) (2019-03-18) nc-update-nc: fix case where imported cfg from non docker to docker
|
||||
|
||||
[v1.10.1](https://github.com/nextcloud/nextcloudpi/commit/311ccc7) (2019-03-13) nc-update-nc-apps-auto: notify user
|
||||
[v1.10.2 ](https://github.com/nextcloud/nextcloudpi/commit/ec66e40) (2019-03-16) freeDNS: fix hash
|
||||
|
||||
[v1.10.1 ](https://github.com/nextcloud/nextcloudpi/commit/311ccc7) (2019-03-13) nc-update-nc-apps-auto: notify user
|
||||
|
||||
[v1.10.0 ](https://github.com/nextcloud/nextcloudpi/commit/06073ed) (2019-03-13) add nc-previews-auto
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user