mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
fixed status return string of updateurl
This commit is contained in:
parent
41352912a3
commit
c59fcf0d29
@ -246,8 +246,7 @@ doStatus()
|
||||
echo $DISABLED_STRING
|
||||
fi
|
||||
if [ ! -z ${updateurl} ];then
|
||||
local url=`echo ${updateurl} | sed "s/'//g"`
|
||||
echo ${url}
|
||||
echo ${updateurl}
|
||||
else
|
||||
echo $DISABLED_STRING
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user