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:
parent
0a2a21c441
commit
6513b88ec0
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
||||||
"website": "http://chuwiki.genezys.net/",
|
"website": "http://chuwiki.genezys.net/",
|
||||||
"demo": "http://chuwiki.genezys.net/wiki/Bac%20%C3%A0%20sable",
|
"demo": "http://chuwiki.genezys.net/wiki/Bac%20%C3%A0%20sable",
|
||||||
"admindoc": "http://chuwiki.genezys.net/",
|
"admindoc": "http://chuwiki.genezys.net/",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/genezys/chuwiki"
|
"code": "https://github.com/genezys/chuwiki"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
|
@ -36,7 +36,7 @@ ynh_secure_remove --file="$final_path"
|
||||||
# Remove the data directory if --purge option is used
|
# Remove the data directory if --purge option is used
|
||||||
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
|
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
|
||||||
then
|
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"
|
ynh_secure_remove --file="$datadir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue