Skip to content

Commit 20a2341

Browse files
committed
[Fix] Baseline checks
Changes to be committed: modified: src/www/httpd/cgi-bin/fw_upgrade.sh
1 parent cc4048c commit 20a2341

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/www/httpd/cgi-bin/fw_upgrade.sh

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ elif [ "$VAL" == "upgrade" ] ; then
6565
printf "Content-type: text/html\r\n\r\n"
6666
printf "No new firmware available."
6767
exit
68-
fi
6968
elif [ "$BASELINE_VERSION" != "0.4.1" ]; then
7069
printf "Content-type: text/html\r\n\r\n"
7170
printf "Wrong baseline version"

0 commit comments

Comments
 (0)