Project

General

Profile

« Previous | Next » 

Revision 4864d7f6

Added by Josh Soref over 2 years ago

Spelling fixes. Fix #13357

Bugs:
  • Incorrect input validation for `dhcp6c` `keyinfo expire` `forever` keyword in `interfaces.inc`.
  • Incorrect input validation for associated rule's `Source Port` in `firewall_rules_edit.php`.
  • Incorrect `voucher*.` file lock reference in `status_captiveportal_voucher_rolls.php`.
  • Incorrect separator variable reference in `firewall_rules.php`.
  • Invalid CSS property in `Compact-RED.css`.

View differences:

tools/builder_common.sh
1377 1377

  
1378 1378
		local _pkgfile="${_repo_path}/Latest/pkg.pkg"
1379 1379
		if [ -e ${_pkgfile} ]; then
1380
			echo -n ">>> Signing Latest/pkg.pkg for bootstraping... " | tee -a ${_logfile}
1380
			echo -n ">>> Signing Latest/pkg.pkg for bootstrapping... " | tee -a ${_logfile}
1381 1381

  
1382 1382
			if sha256 -q ${_pkgfile} | ${PKG_REPO_SIGNING_COMMAND} \
1383 1383
			    > ${_pkgfile}.sig 2>/dev/null; then

Also available in: Unified diff