Skip to content

Commit

Permalink
rc: proper includes
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Feb 15, 2018
1 parent 2a32eb7 commit b85cd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/rc.configure_firmware
Expand Up @@ -38,6 +38,7 @@ if (!file_exists('/conf/config.xml')) {
require_once 'config.inc';
require_once 'auth.inc';
require_once 'util.inc';
require_once 'interfaces.inc';
require_once 'system.inc';

/* upgrade config before doing anything else */
Expand Down
1 change: 1 addition & 0 deletions src/etc/rc.configure_plugins
Expand Up @@ -29,6 +29,7 @@

require_once 'config.inc';
require_once 'system.inc';
require_once 'interfaces.inc';
require_once 'util.inc';

/* assume standard operation mode as post-install */
Expand Down

0 comments on commit b85cd97

Please sign in to comment.