diff --git a/manifest.json b/manifest.json index 902943a..97c86e6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "epicyon", + "name": "Epicyon", "id": "epicyon", "packaging_format": 1, "description": { @@ -11,7 +11,7 @@ "upstream": { "license": "AGPL-1.0-or-later", "website": "https://epicyon.net", - "code": "hhttps://gitlab.com/bashrc2/epicyon/" + "code": "https://gitlab.com/bashrc2/epicyon/" }, "license": "AGPL-1.0-or-later", "maintainer": { @@ -28,18 +28,15 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "password", - "type": "password", - "example": "Choose a password" + "type": "password" } ] } diff --git a/scripts/restore b/scripts/restore index 89a5f5e..6bf2c97 100755 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,6 @@ public_path=$(ynh_app_setting_get --app=$app --key=public_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 "