1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/metabase_ynh.git synced 2024-09-03 19:46:00 +02:00
This commit is contained in:
ericgaspar 2021-09-09 23:47:11 +02:00
parent 1a1fcc80ed
commit cf44e46922
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "Web database management tool",
"fr": "Outil web de gestion des bases de données"
},
"version": "0.40.2~ynh1",
"version": "0.40.2~ynh2",
"url": "https://www.metabase.com/",
"upstream": {
"license": "AGPL-3.0-only",

View file

@ -38,8 +38,6 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd)
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=3
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 "