From 96ef813d87ce11efe22959ac64c3da24bfbc0236 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 11 Feb 2017 23:29:31 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index af2747f..e8086fe 100644 --- a/scripts/install +++ b/scripts/install @@ -25,10 +25,6 @@ ynh_normalize_url_path $path sudo apt-get update sudo apt-get -y -qq install redis-server php5-redis nodejs-legacy nodejs npm check_or_install_npm -# Remove trailing "/" for next commands -if [[ ! "$path" == "/" ]]; then - path=${path%/} -fi # Source YunoHost helpers source /usr/share/yunohost/helpers