diff --git a/manifest.json b/manifest.json index 878cfba..82ae28b 100644 --- a/manifest.json +++ b/manifest.json @@ -65,8 +65,8 @@ "name": "mumbleweb", "type": "boolean", "ask": { - "en": "Do you want to install Mumble Web?", - "fr": "Voulez-vous installer Mumble Web? " + "en": "Do you want to install Mumble web interface?", + "fr": "Voulez-vous installer l'interface web Mumble ?" }, "default": false } diff --git a/scripts/remove b/scripts/remove index b49c08f..dede308 100644 --- a/scripts/remove +++ b/scripts/remove @@ -95,7 +95,7 @@ fi # REMOVE OTHER FILES #================================================= -ynh_secure_remove "/var/log/$app/$app.log" +ynh_secure_remove "/var/log/$app" #================================================= # GENERIC FINALIZATION