diff options
author | Christos.K <freedomrfox@gmail.com> | 2017-07-20 12:51:01 +0300 |
---|---|---|
committer | Christos.K <freedomrfox@gmail.com> | 2017-07-20 12:51:01 +0300 |
commit | cef760dd3e412f503fcc7a897eca713e36e81c6a (patch) | |
tree | 3aed6681dcee3c60c28c1f364fc1e92c87db5f89 | |
parent | Included controller if condition (diff) | |
download | GSE-cef760dd3e412f503fcc7a897eca713e36e81c6a.tar.gz GSE-cef760dd3e412f503fcc7a897eca713e36e81c6a.tar.bz2 GSE-cef760dd3e412f503fcc7a897eca713e36e81c6a.zip |
Fixed net entries
-rwxr-xr-x | config.d/controller/modules/module-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.d/controller/modules/module-setup.sh b/config.d/controller/modules/module-setup.sh index 6b78935..9e5a359 100755 --- a/config.d/controller/modules/module-setup.sh +++ b/config.d/controller/modules/module-setup.sh @@ -113,7 +113,7 @@ install() { inst_hook clean 01 "$moddir/cinit_clean.sh" if [[ "${_flag_dracut_net}" == 0 ]]; then - inst_hook pre-mount 02 "${_dr_net}/cinit_pre-mount.sh" + inst_hook pre-mount 02 "${_flag_drnet}" fi if [[ "${_flag_dhok}" == 0 ]]; then |