We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4048c commit 20a2341Copy full SHA for 20a2341
src/www/httpd/cgi-bin/fw_upgrade.sh
@@ -65,7 +65,6 @@ elif [ "$VAL" == "upgrade" ] ; then
65
printf "Content-type: text/html\r\n\r\n"
66
printf "No new firmware available."
67
exit
68
- fi
69
elif [ "$BASELINE_VERSION" != "0.4.1" ]; then
70
71
printf "Wrong baseline version"
0 commit comments