diff options
Diffstat (limited to 'scripts/build/chroot_hostname')
-rwxr-xr-x | scripts/build/chroot_hostname | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/chroot_hostname b/scripts/build/chroot_hostname index eb2fd02e5..2b7f3920f 100755 --- a/scripts/build/chroot_hostname +++ b/scripts/build/chroot_hostname @@ -18,12 +18,12 @@ set -e DESCRIPTION="Manage /bin/hostname" 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 |