From f3186308e24f5eb321967573a913d6515e1fc1c3 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Wed, 13 Mar 2019 17:47:59 +0100 Subject: [PATCH] Run update.sh Signed-off-by: Tilo Spannagel --- 13.0/apache/entrypoint.sh | 1 + 13.0/apache/upgrade.exclude | 1 + 13.0/fpm-alpine/entrypoint.sh | 1 + 13.0/fpm-alpine/upgrade.exclude | 1 + 13.0/fpm/entrypoint.sh | 1 + 13.0/fpm/upgrade.exclude | 1 + 14.0/apache/entrypoint.sh | 1 + 14.0/apache/upgrade.exclude | 1 + 14.0/fpm-alpine/entrypoint.sh | 1 + 14.0/fpm-alpine/upgrade.exclude | 1 + 14.0/fpm/entrypoint.sh | 1 + 14.0/fpm/upgrade.exclude | 1 + 15.0/apache/entrypoint.sh | 1 + 15.0/apache/upgrade.exclude | 1 + 15.0/fpm-alpine/entrypoint.sh | 1 + 15.0/fpm-alpine/upgrade.exclude | 1 + 15.0/fpm/entrypoint.sh | 1 + 15.0/fpm/upgrade.exclude | 1 + 16.0-alpha/apache/entrypoint.sh | 1 + 16.0-alpha/apache/upgrade.exclude | 1 + 16.0-alpha/fpm-alpine/entrypoint.sh | 1 + 16.0-alpha/fpm-alpine/upgrade.exclude | 1 + 16.0-alpha/fpm/entrypoint.sh | 1 + 16.0-alpha/fpm/upgrade.exclude | 1 + 24 files changed, 24 insertions(+) diff --git a/13.0/apache/entrypoint.sh b/13.0/apache/entrypoint.sh index 07644c0..6ef2540 100755 --- a/13.0/apache/entrypoint.sh +++ b/13.0/apache/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/apache/upgrade.exclude b/13.0/apache/upgrade.exclude index a1f2de9..354864d 100644 --- a/13.0/apache/upgrade.exclude +++ b/13.0/apache/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/13.0/fpm-alpine/entrypoint.sh b/13.0/fpm-alpine/entrypoint.sh index 07644c0..6ef2540 100755 --- a/13.0/fpm-alpine/entrypoint.sh +++ b/13.0/fpm-alpine/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-alpine/upgrade.exclude b/13.0/fpm-alpine/upgrade.exclude index a1f2de9..354864d 100644 --- a/13.0/fpm-alpine/upgrade.exclude +++ b/13.0/fpm-alpine/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/13.0/fpm/entrypoint.sh b/13.0/fpm/entrypoint.sh index 07644c0..6ef2540 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 a1f2de9..354864d 100644 --- a/13.0/fpm/upgrade.exclude +++ b/13.0/fpm/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/14.0/apache/entrypoint.sh b/14.0/apache/entrypoint.sh index 07644c0..6ef2540 100755 --- a/14.0/apache/entrypoint.sh +++ b/14.0/apache/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/14.0/apache/upgrade.exclude b/14.0/apache/upgrade.exclude index a1f2de9..354864d 100644 --- a/14.0/apache/upgrade.exclude +++ b/14.0/apache/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/14.0/fpm-alpine/entrypoint.sh b/14.0/fpm-alpine/entrypoint.sh index 07644c0..6ef2540 100755 --- a/14.0/fpm-alpine/entrypoint.sh +++ b/14.0/fpm-alpine/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/14.0/fpm-alpine/upgrade.exclude b/14.0/fpm-alpine/upgrade.exclude index a1f2de9..354864d 100644 --- a/14.0/fpm-alpine/upgrade.exclude +++ b/14.0/fpm-alpine/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/14.0/fpm/entrypoint.sh b/14.0/fpm/entrypoint.sh index 07644c0..6ef2540 100755 --- a/14.0/fpm/entrypoint.sh +++ b/14.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/14.0/fpm/upgrade.exclude b/14.0/fpm/upgrade.exclude index a1f2de9..354864d 100644 --- a/14.0/fpm/upgrade.exclude +++ b/14.0/fpm/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/15.0/apache/entrypoint.sh b/15.0/apache/entrypoint.sh index 07644c0..6ef2540 100755 --- a/15.0/apache/entrypoint.sh +++ b/15.0/apache/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/15.0/apache/upgrade.exclude b/15.0/apache/upgrade.exclude index a1f2de9..354864d 100644 --- a/15.0/apache/upgrade.exclude +++ b/15.0/apache/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/15.0/fpm-alpine/entrypoint.sh b/15.0/fpm-alpine/entrypoint.sh index 07644c0..6ef2540 100755 --- a/15.0/fpm-alpine/entrypoint.sh +++ b/15.0/fpm-alpine/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/15.0/fpm-alpine/upgrade.exclude b/15.0/fpm-alpine/upgrade.exclude index a1f2de9..354864d 100644 --- a/15.0/fpm-alpine/upgrade.exclude +++ b/15.0/fpm-alpine/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/15.0/fpm/entrypoint.sh b/15.0/fpm/entrypoint.sh index 07644c0..6ef2540 100755 --- a/15.0/fpm/entrypoint.sh +++ b/15.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/15.0/fpm/upgrade.exclude b/15.0/fpm/upgrade.exclude index a1f2de9..354864d 100644 --- a/15.0/fpm/upgrade.exclude +++ b/15.0/fpm/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/16.0-alpha/apache/entrypoint.sh b/16.0-alpha/apache/entrypoint.sh index 07644c0..6ef2540 100755 --- a/16.0-alpha/apache/entrypoint.sh +++ b/16.0-alpha/apache/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/16.0-alpha/apache/upgrade.exclude b/16.0-alpha/apache/upgrade.exclude index a1f2de9..354864d 100644 --- a/16.0-alpha/apache/upgrade.exclude +++ b/16.0-alpha/apache/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/16.0-alpha/fpm-alpine/entrypoint.sh b/16.0-alpha/fpm-alpine/entrypoint.sh index 07644c0..6ef2540 100755 --- a/16.0-alpha/fpm-alpine/entrypoint.sh +++ b/16.0-alpha/fpm-alpine/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/16.0-alpha/fpm-alpine/upgrade.exclude b/16.0-alpha/fpm-alpine/upgrade.exclude index a1f2de9..354864d 100644 --- a/16.0-alpha/fpm-alpine/upgrade.exclude +++ b/16.0-alpha/fpm-alpine/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php diff --git a/16.0-alpha/fpm/entrypoint.sh b/16.0-alpha/fpm/entrypoint.sh index 07644c0..6ef2540 100755 --- a/16.0-alpha/fpm/entrypoint.sh +++ b/16.0-alpha/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/16.0-alpha/fpm/upgrade.exclude b/16.0-alpha/fpm/upgrade.exclude index a1f2de9..354864d 100644 --- a/16.0-alpha/fpm/upgrade.exclude +++ b/16.0-alpha/fpm/upgrade.exclude @@ -2,3 +2,4 @@ /data/ /custom_apps/ /themes/ +/version.php