mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix installation on YunoHost 2.6 (fixes #45)
This commit is contained in:
parent
a2f8542a3c
commit
2ab89810c6
1 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,8 @@ COMMON_UPGRADE () {
|
|||
|
||||
# Retrieve new Nextcloud sources in a temporary directory
|
||||
TMPDIR=$(mktemp -d)
|
||||
extract_nextcloud "$TMPDIR" # Télécharge nextcloud, vérifie sa somme de contrôle et le décompresse.
|
||||
sudo chown -R $app: "$TMPDIR"
|
||||
extract_nextcloud "$TMPDIR" "$app" # Télécharge nextcloud, vérifie sa somme de contrôle et le décompresse.
|
||||
|
||||
# Copy Nextcloud configuration file
|
||||
sed -i "s@#DOMAIN#@${domain}@g" ../conf/config.json
|
||||
|
|
Loading…
Add table
Reference in a new issue