diff --git a/manifest.json b/manifest.json index 8f9e319..85f6cc3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Accounting free software (Beligum and French accounting)", "fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)" }, - "version": "8.1.0.1~ynh1", + "version": "8.1.0.1~ynh2", "url": "http://noalyss.eu", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/restore b/scripts/restore index bb02c13..b65e626 100755 --- a/scripts/restore +++ b/scripts/restore @@ -35,8 +35,6 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) #================================================= ynh_script_progression --message="Validating restoration parameters..." -ynh_webpath_available $domain $path_url \ - || ynh_die "Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die "There is already a directory: $final_path "