mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
do not show single quotes arround the update URL
This commit is contained in:
parent
b6d5e4286b
commit
8bcea1fdae
@ -199,7 +199,8 @@ doStatus()
|
|||||||
echo $DISABLED_STRING
|
echo $DISABLED_STRING
|
||||||
fi
|
fi
|
||||||
if [ ! -z ${updateurl} ];then
|
if [ ! -z ${updateurl} ];then
|
||||||
echo ${updateurl}
|
local url=`echo ${updateurl} | sed "s/'//g"`
|
||||||
|
echo ${url}
|
||||||
else
|
else
|
||||||
echo $DISABLED_STRING
|
echo $DISABLED_STRING
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user