mirror of
https://github.com/YunoHost-Apps/droppy_ynh.git
synced 2024-09-03 18:26:27 +02:00
fix
This commit is contained in:
parent
14cef8d285
commit
b6688d4b82
2 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@ maintainers = ["eric_G"]
|
|||
[upstream]
|
||||
license = "BSD-2-Clause"
|
||||
code = "https://github.com/silverwind/droppy"
|
||||
website = "https://github.com/silverwind/droppy"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
|
|
|
@ -25,9 +25,9 @@ chown -R $app:$app "$install_dir"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Restoring the data directory..." --weight=1
|
||||
|
||||
ynh_restore_file --origin_path="$data_path" --not_mandatory
|
||||
ynh_restore_file --origin_path="$data_dir" --not_mandatory
|
||||
|
||||
chown -R $app:$app "$data_path"
|
||||
chown -R $app:$app "$data_dir"
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC RESTORATION
|
||||
|
|
Loading…
Add table
Reference in a new issue