summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.reboot
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-02 22:05:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-02 22:05:30 +0000
commit3121018425bc40fea6936f76048eae9fb62707aa (patch)
treebf8f240a64084def0b25efd76b7162763d217628 /etc/rc.initial.reboot
parented4b63b09785b89f5dcbd2517ff0bfd20632be85 (diff)
downloadpfsense-3121018425bc40fea6936f76048eae9fb62707aa.zip
pfsense-3121018425bc40fea6936f76048eae9fb62707aa.tar.gz
Close STDIN ($fp) handle before returning back to shell. Major doh's.
Diffstat (limited to 'etc/rc.initial.reboot')
-rwxr-xr-xetc/rc.initial.reboot2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.initial.reboot b/etc/rc.initial.reboot
index 1dfabfc..26804a1 100755
--- a/etc/rc.initial.reboot
+++ b/etc/rc.initial.reboot
@@ -53,4 +53,6 @@ EOD;
system_reboot_sync();
}
+
+ fclose($fp);
?>
OpenPOWER on IntegriCloud