Project

General

Profile

« Previous | Next » 

Revision eb6beec7

Added by Scott Ullrich almost 16 years ago

Correct out of place {

View differences:

etc/rc.initial.firmware_update
92 92
				echo "Binary DIFF upgrade file detected...\n";
93 93
				$type = "bdiff";
94 94
			}
95
			if(strstr($url,"nanobsd")) {}
95
			if(strstr($url,"nanobsd")) {
96 96
				echo "NanoBSD upgrade file detected...\n";			
97 97
				$type = "nanobsd";	
98 98
			}			
......
104 104
				fclose($fp);
105 105
				die -1;
106 106
			}
107
		}
107 108
	case "2":
108 109
		echo "\nEnter the complete path to the .tgz update file: ";
109 110
		$path = chop(fgets($fp));

Also available in: Unified diff