summaryrefslogtreecommitdiffstats
path: root/15.0
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-03-13 17:47:59 +0100
committerTilo Spannagel <development@tilosp.de>2019-03-13 17:47:59 +0100
commitf3186308e24f5eb321967573a913d6515e1fc1c3 (patch)
treedafccb1c1d841032d710130dc5e6ceccbbd92a55 /15.0
parent9c769f4ffc0ddda4d24eedfc0828a6f34d20072a (diff)
Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to '15.0')
-rwxr-xr-x15.0/apache/entrypoint.sh1
-rw-r--r--15.0/apache/upgrade.exclude1
-rwxr-xr-x15.0/fpm-alpine/entrypoint.sh1
-rw-r--r--15.0/fpm-alpine/upgrade.exclude1
-rwxr-xr-x15.0/fpm/entrypoint.sh1
-rw-r--r--15.0/fpm/upgrade.exclude1
6 files changed, 6 insertions, 0 deletions
diff --git a/15.0/apache/entrypoint.sh b/15.0/apache/entrypoint.sh
index 07644c04..6ef2540e 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 a1f2de95..354864da 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 07644c04..6ef2540e 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 a1f2de95..354864da 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 07644c04..6ef2540e 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 a1f2de95..354864da 100644
--- a/15.0/fpm/upgrade.exclude
+++ b/15.0/fpm/upgrade.exclude
@@ -2,3 +2,4 @@
/data/
/custom_apps/
/themes/
+/version.php