From f3186308e24f5eb321967573a913d6515e1fc1c3 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Wed, 13 Mar 2019 17:47:59 +0100 Subject: Run update.sh Signed-off-by: Tilo Spannagel --- 13.0/fpm/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) (limited to '13.0/fpm/entrypoint.sh') 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 -- cgit v1.2.3