1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chuwiki_ynh.git synced 2024-09-03 18:16:18 +02:00

Fix linter

This commit is contained in:
Éric Gaspar 2023-01-10 16:25:24 +01:00
parent 0a2a21c441
commit 6513b88ec0
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@
"website": "http://chuwiki.genezys.net/",
"demo": "http://chuwiki.genezys.net/wiki/Bac%20%C3%A0%20sable",
"admindoc": "http://chuwiki.genezys.net/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/genezys/chuwiki"
},
"license": "AGPL-3.0-only",

View file

@ -36,7 +36,7 @@ ynh_secure_remove --file="$final_path"
# Remove the data directory if --purge option is used
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
then
ynh_script_progression --message="Removing app data directory..." --time --weight=1
ynh_script_progression --message="Removing app data directory..." --weight=1
ynh_secure_remove --file="$datadir"
fi