Skip to content

Commit

Permalink
[Fix] Baseline checks
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   src/www/httpd/cgi-bin/fw_upgrade.sh
  • Loading branch information
alienatedsec committed Feb 12, 2024
1 parent cc4048c commit 20a2341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/www/httpd/cgi-bin/fw_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ elif [ "$VAL" == "upgrade" ] ; then
printf "Content-type: text/html\r\n\r\n"
printf "No new firmware available."
exit
fi
elif [ "$BASELINE_VERSION" != "0.4.1" ]; then
printf "Content-type: text/html\r\n\r\n"
printf "Wrong baseline version"
Expand Down

0 comments on commit 20a2341

Please sign in to comment.