Revision f502151d
Added by Scott Ullrich over 17 years ago
etc/rc.initial.firmware_update | ||
---|---|---|
13 | 13 |
echo "."; |
14 | 14 |
$g['booting'] = false; |
15 | 15 |
|
16 |
$d_fwupenabled_path = $g['varrun_path'] . "/fwup.enabled"; |
|
17 |
|
|
16 | 18 |
$fp = fopen('php://stdin', 'r'); |
17 | 19 |
|
18 | 20 |
echo ".\n\n"; |
Also available in: Unified diff
Make sure $d_fwupenabled_path is defined since it is initially defined
in guiconfig.inc. At some point in the future these variables should
be moved to globals.inc.