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:
commit
8b176f5c0e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ COMMON_UPGRADE () {
|
||||||
|
|
||||||
# Retrieve new Nextcloud sources in a temporary directory
|
# Retrieve new Nextcloud sources in a temporary directory
|
||||||
TMPDIR=$(mktemp -d)
|
TMPDIR=$(mktemp -d)
|
||||||
|
|
||||||
# Set temp folder ownership
|
# Set temp folder ownership
|
||||||
sudo chown -R $app: "$TMPDIR"
|
sudo chown -R $app: "$TMPDIR"
|
||||||
extract_nextcloud "$TMPDIR" "$app" # Télécharge nextcloud, vérifie sa somme de contrôle et le décompresse.
|
extract_nextcloud "$TMPDIR" "$app" # Télécharge nextcloud, vérifie sa somme de contrôle et le décompresse.
|
||||||
|
|
Loading…
Add table
Reference in a new issue