1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Merge branch 'master' into patch_1

This commit is contained in:
JimboJoe 2017-07-31 21:10:51 +02:00 committed by GitHub
commit 8b176f5c0e

View file

@ -17,6 +17,7 @@ COMMON_UPGRADE () {
# Retrieve new Nextcloud sources in a temporary directory
TMPDIR=$(mktemp -d)
# Set temp folder ownership
sudo chown -R $app: "$TMPDIR"
extract_nextcloud "$TMPDIR" "$app" # Télécharge nextcloud, vérifie sa somme de contrôle et le décompresse.