From 30cd262661a41d21adca98d89b7a68c0fc5eb7de Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Sep 2021 23:14:59 +0200 Subject: [PATCH] Cleaning up --- manifest.json | 3 +-- scripts/install | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ffd0bb3..1982b59 100644 --- a/manifest.json +++ b/manifest.json @@ -28,8 +28,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "turn.example.com" + "type": "domain" } ] } diff --git a/scripts/install b/scripts/install index 513b12f..5044b4a 100644 --- a/scripts/install +++ b/scripts/install @@ -13,9 +13,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - ynh_clean_check_starting -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors