summaryrefslogtreecommitdiffstats
path: root/13.0/fpm/entrypoint.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-03-13 20:16:15 +0100
committerGitHub <noreply@github.com>2019-03-13 20:16:15 +0100
commitcbe0ad1ad2e96912bd220426757d0159ec727b26 (patch)
treedafccb1c1d841032d710130dc5e6ceccbbd92a55 /13.0/fpm/entrypoint.sh
parent8791176d0a246e00c3551aac9429aeaf7d77c0b4 (diff)
parentf3186308e24f5eb321967573a913d6515e1fc1c3 (diff)
Merge pull request #660 from nextcloud/tilosp/copy-version.php-last
Copy version.php last
Diffstat (limited to '13.0/fpm/entrypoint.sh')
-rwxr-xr-x13.0/fpm/entrypoint.sh1
1 files changed, 1 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