1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/droppy_ynh.git synced 2024-09-03 18:26:27 +02:00
This commit is contained in:
Éric Gaspar 2023-08-18 11:00:46 +02:00
parent 14cef8d285
commit b6688d4b82
2 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,6 @@ maintainers = ["eric_G"]
[upstream] [upstream]
license = "BSD-2-Clause" license = "BSD-2-Clause"
code = "https://github.com/silverwind/droppy" code = "https://github.com/silverwind/droppy"
website = "https://github.com/silverwind/droppy"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"

View file

@ -25,9 +25,9 @@ chown -R $app:$app "$install_dir"
#================================================= #=================================================
ynh_script_progression --message="Restoring the data directory..." --weight=1 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 # SPECIFIC RESTORATION