do not show single quotes arround the update URL

This commit is contained in:
Daniel Steglich 2015-03-03 22:46:32 +01:00
parent b6d5e4286b
commit 8bcea1fdae

View File

@ -199,7 +199,8 @@ doStatus()
echo $DISABLED_STRING
fi
if [ ! -z ${updateurl} ];then
echo ${updateurl}
local url=`echo ${updateurl} | sed "s/'//g"`
echo ${url}
else
echo $DISABLED_STRING
fi