Correct out of place {

This commit is contained in:
Scott Ullrich 2009-07-10 19:15:00 -04:00
parent 02e9c21b3b
commit eb6beec78f

View File

@ -92,7 +92,7 @@ switch ($command) {
echo "Binary DIFF upgrade file detected...\n";
$type = "bdiff";
}
if(strstr($url,"nanobsd")) {}
if(strstr($url,"nanobsd")) {
echo "NanoBSD upgrade file detected...\n";
$type = "nanobsd";
}
@ -104,6 +104,7 @@ switch ($command) {
fclose($fp);
die -1;
}
}
case "2":
echo "\nEnter the complete path to the .tgz update file: ";
$path = chop(fgets($fp));