From 4633e4a2a644b5cedb1e829aaca13dd109069420 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 12 Feb 2017 01:13:46 +0100 Subject: [PATCH] Update install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dd8d8ca..ffaa72d 100644 --- a/scripts/install +++ b/scripts/install @@ -14,11 +14,13 @@ app=$YNH_APP_INSTANCE_NAME # Source app helpers source /usr/share/yunohost/helpers + +ynh_normalize_url_path $path + # Check domain/path availability sudo yunohost app checkurl "${domain}${path}" -a "$app" \ || ynh_die "Path not available: ${domain}${path}" -ynh_normalize_url_path $path # Install dependency to convert tracks to a readable format for the browser sudo apt-get update