mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 20:06:25 -03:00
fix(nextcloud): correct some mistakes in the migration script (#3091)
* fix some mistakes in nextcloud migration script * Delete security.md
This commit is contained in:
committed by
GitHub
parent
4fef57ec25
commit
c6281fb1be
@@ -33,7 +33,7 @@ sources:
|
||||
- https://github.com/nextcloud/docker
|
||||
- https://github.com/nextcloud/helm
|
||||
type: application
|
||||
version: 15.1.0
|
||||
version: 15.1.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -107,7 +107,7 @@ initContainers:
|
||||
echo "removing old data folder..."
|
||||
rm -rf /var/www/html/data/tomigrate/data
|
||||
echo "moving config, apps, templates and other content to html-pvc root..."
|
||||
mv -f /var/www/html/data/tomigrate/data/* /var/www/html/data/
|
||||
mv -f /var/www/html/data/tomigrate/* /var/www/html/
|
||||
echo "Removing migration temporary folder..."
|
||||
rm -rf /var/www/html/data/tomigrate
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user