mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Revert "Fix temp directory rights on upgrade"
This reverts commit 89a336801f
.
This commit is contained in:
parent
89a336801f
commit
5bb0a54300
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +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.
|
||||
extract_nextcloud "$TMPDIR" # 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