summaryrefslogtreecommitdiffstats
path: root/13.0/fpm
diff options
context:
space:
mode:
Diffstat (limited to '13.0/fpm')
-rwxr-xr-x13.0/fpm/entrypoint.sh1
-rw-r--r--13.0/fpm/upgrade.exclude1
2 files changed, 2 insertions, 0 deletions
diff --git a/13.0/fpm/entrypoint.sh b/13.0/fpm/entrypoint.sh
index 07644c04..6ef2540e 100755
--- a/13.0/fpm/entrypoint.sh
+++ b/13.0/fpm/entrypoint.sh
@@ -51,6 +51,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
rsync $rsync_options --include "/$dir/" --exclude '/*' /usr/src/nextcloud/ /var/www/html/
fi
done
+ rsync $rsync_options --include '/version.php' --exclude '/*' /usr/src/nextcloud/ /var/www/html/
echo "Initializing finished"
#install
diff --git a/13.0/fpm/upgrade.exclude b/13.0/fpm/upgrade.exclude
index a1f2de95..354864da 100644
--- a/13.0/fpm/upgrade.exclude
+++ b/13.0/fpm/upgrade.exclude
@@ -2,3 +2,4 @@
/data/
/custom_apps/
/themes/
+/version.php