mirror of
https://github.com/YunoHost-Apps/tiddlywiki_ynh.git
synced 2024-09-03 20:26:34 +02:00
Fix
This commit is contained in:
parent
3062602753
commit
be2d9edd5f
2 changed files with 2 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
||||||
"id": "tiddlywiki",
|
"id": "tiddlywiki",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A non-linear personal web notebook",
|
"en": "Non-linear personal web notebook",
|
||||||
"fr": "Un carnet Web personnel non linéaire"
|
"fr": "Carnet Web personnel non linéaire"
|
||||||
},
|
},
|
||||||
"version": "5.1.23~ynh5",
|
"version": "5.1.23~ynh5",
|
||||||
"url": "https://tiddlywiki.com/",
|
"url": "https://tiddlywiki.com/",
|
||||||
|
|
|
@ -36,8 +36,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Validating restoration parameters..." --weight=1
|
ynh_script_progression --message="Validating restoration parameters..." --weight=1
|
||||||
|
|
||||||
ynh_webpath_available --domain=$domain --path_url=$path_url \
|
|
||||||
|| ynh_die --message="Path not available: ${domain}${path_url}"
|
|
||||||
test ! -d $final_path \
|
test ! -d $final_path \
|
||||||
|| ynh_die --message="There is already a directory: $final_path "
|
|| ynh_die --message="There is already a directory: $final_path "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue