Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/Styles/xb3/config/webgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
if [ "x$BOX_TYPE" != "xrpi" ] && [ "x$BOX_TYPE" != "xbpi" ] && [ "x$BOX_TYPE" != "xturris" ] && [ "x$BOX_TYPE" != "xemulator" ]; then
#upstreamed webgui_script_https_support.patch to Secure webui redirection as part of RDKB-42686.
mkdir -p /tmp/.webui/
ID="/tmp/trpfizyanrln"
ID="/tmp/myrouter-webui"
itr=0

while [ $itr -le 10 ]
Expand Down Expand Up @@ -97,7 +97,7 @@ else
fi

done
if [ ! -f /tmp/trpfizyanrln ];then
if [ ! -f /tmp/myrouter-webui ];then
echo "Error: Lighttpd key is not generated"
exit 1
fi
Expand Down