diff --git a/scripts/install b/scripts/install index 7feb470..d40769d 100644 --- a/scripts/install +++ b/scripts/install @@ -16,7 +16,7 @@ if [[ ! $? -eq 0 ]]; then fi # VĂ©rifie l'absence du / en fin de path -echo "$path" | sed 's@/$@@' +path=$(echo "$path" | sed 's@/$@@') # Check domain/path availability sudo yunohost app checkurl $domain$path -a $app