mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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
|
||||
fi
|
||||
if [ ! -z ${updateurl} ];then
|
||||
echo ${updateurl}
|
||||
local url=`echo ${updateurl} | sed "s/'//g"`
|
||||
echo ${url}
|
||||
else
|
||||
echo $DISABLED_STRING
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user