Copy version.php last

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-02-26 23:46:57 +01:00
parent 8791176d0a
commit 9c769f4ffc
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -2,3 +2,4 @@
/data/
/custom_apps/
/themes/
/version.php