summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.firmware_update
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-05 19:32:40 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-05 19:32:40 -0400
commit7615c951909d605195f580f9b93689a6fb1ab70f (patch)
tree9730f32cfb19ada5199e72a94febd55b5c6b3e59 /etc/rc.initial.firmware_update
parentdbbc0fc85c65df58bb31ed0521bd40b03277a6ff (diff)
downloadpfsense-7615c951909d605195f580f9b93689a6fb1ab70f.zip
pfsense-7615c951909d605195f580f9b93689a6fb1ab70f.tar.gz
Remove newline
Diffstat (limited to 'etc/rc.initial.firmware_update')
-rwxr-xr-xetc/rc.initial.firmware_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.firmware_update b/etc/rc.initial.firmware_update
index a7a235a..712b0fb 100755
--- a/etc/rc.initial.firmware_update
+++ b/etc/rc.initial.firmware_update
@@ -179,7 +179,7 @@ function do_upgrade($path, $type) {
echo $sig_warning;
$command = strtoupper(chop(fgets($fp)));
if(strtoupper($command) == "Y" or strtoupper($command) == "Y" or strtoupper($command) == "YES") {
- echo "\nContinuing upgrade...\n";
+ echo "\nContinuing upgrade...";
} else {
echo "\nUpgrade cancelled.\n\n";
die;
OpenPOWER on IntegriCloud