mirror of
https://github.com/YunoHost-Apps/beehive_ynh.git
synced 2024-09-03 18:06:24 +02:00
Fix
This commit is contained in:
parent
b3cc33f2a6
commit
1000121bbf
2 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
"id": "beehive",
|
"id": "beehive",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A flexible event/agent & automation system "
|
"en": "Flexible event/agent & automation system"
|
||||||
},
|
},
|
||||||
"version": "0.4.0~ynh1",
|
"version": "0.4.0~ynh1",
|
||||||
"url": "https://github.com/muesli/beehive",
|
"url": "https://github.com/muesli/beehive",
|
||||||
|
|
|
@ -37,8 +37,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…
Add table
Reference in a new issue