1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00
This commit is contained in:
ericgaspar 2021-08-29 14:14:36 +02:00
parent b3cc33f2a6
commit 1000121bbf
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"id": "beehive",
"packaging_format": 1,
"description": {
"en": "A flexible event/agent & automation system "
"en": "Flexible event/agent & automation system"
},
"version": "0.4.0~ynh1",
"url": "https://github.com/muesli/beehive",

View file

@ -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_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "