diff options
Diffstat (limited to 'scripts/build/chroot_hosts')
-rwxr-xr-x | scripts/build/chroot_hosts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/chroot_hosts b/scripts/build/chroot_hosts index ee0ca3452..299dfa548 100755 --- a/scripts/build/chroot_hosts +++ b/scripts/build/chroot_hosts @@ -18,12 +18,12 @@ set -e DESCRIPTION="Manage /etc/hosts" USAGE="${PROGRAM} {install|remove} [--force]" -_ACTION="${1}" -shift - # Processing arguments and configuration files Init_config_data "${@}" +_ACTION="${1}" +shift + # Requiring stage file Require_stagefiles config bootstrap |