diff --git a/universal/functions.bash b/universal/functions.bash index 1203506..6fce1d4 100644 --- a/universal/functions.bash +++ b/universal/functions.bash @@ -22,7 +22,7 @@ getArrAppInfo () { if [ "$arrUrlBase" == "null" ]; then arrUrlBase="" else - arrUrlBase="/$(echo "$arrUrlBase" | sed "s/\///g")" + arrUrlBase="/$(echo "$arrUrlBase" | sed "s/\///")" fi arrName="$(cat /config/config.xml | xq | jq -r .Config.InstanceName)" arrApiKey="$(cat /config/config.xml | xq | jq -r .Config.ApiKey)"