1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/droppy_ynh.git synced 2024-09-03 18:26:27 +02:00
- Explicity set the correct owner and group for the data dir during backup restore

Co-authored-by: Rasmus Mattsson Kallio <rasmus@mallio.se>
This commit is contained in:
Éric Gaspar 2020-09-16 22:35:56 +02:00 committed by GitHub
parent e3b944dabf
commit 7609636ef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -7,8 +7,8 @@ about: Create a report to help us debug, it would be nice to fill the template a
**How to post a meaningful bug report**
1. *Read this whole template first.*
2. *Determine if you are on the right place:*
- *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change url...), you are on the right place!*
- *Otherwise, the issue may be due to HedgeDoc itself. Refer to its documentation or repository for help.*
- *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!*
- *Otherwise, the issue may be due to Droppy itself. Refer to its documentation or repository for help.*
- *If you have a doubt, post here, we will figure it out together.*
3. *Delete the italic comments as you write over them below, and remove this guide.*
---
@ -34,8 +34,8 @@ about: Create a report to help us debug, it would be nice to fill the template a
- *If you used the webadmin, please perform the equivalent command from the CLI first.*
- *If the error occurs in your browser, explain what you did:*
1. *Go to '...'*
2. *Click on '....'*
3. *Scroll down to '....'*
2. *Click on '...'*
3. *Scroll down to '...'*
4. *See error*
**Expected behavior**

View file

@ -6,11 +6,11 @@
"en": "Self-hosted file storage server",
"fr": "Serveur de stockage de fichiers auto-hébergé"
},
"version": "12.2.0~ynh1",
"version": "12.2.0~ynh2",
"url": "https://github.com/silverwind/droppy",
"license": "BSD-2-Clause",
"maintainer": {
"name": ""
"name": "eric_G"
},
"requirements": {
"yunohost": ">= 3.8.1"

View file

@ -96,6 +96,7 @@ systemctl enable $app.service
#=================================================
ynh_restore_file "/home/yunohost.app/$app"
chown -R "$app:$app" "/home/yunohost.app/$app"
#=================================================
# INTEGRATE SERVICE IN YUNOHOST