summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_hosts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_hosts')
-rwxr-xr-xscripts/build/chroot_hosts8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/build/chroot_hosts b/scripts/build/chroot_hosts
index 04242ae3b..003b10fca 100755
--- a/scripts/build/chroot_hosts
+++ b/scripts/build/chroot_hosts
@@ -24,14 +24,12 @@ Init_config_data "${@}"
# Requiring stage file
Require_stagefile config bootstrap
-STAGE_FILE="chroot_hosts"
-
case "${1}" in
install)
Echo_message "Configuring file /etc/hosts"
# Checking stage file
- Check_stagefile "${STAGE_FILE}"
+ Check_stagefile
# Acquire lock file
Acquire_lockfile
@@ -57,7 +55,7 @@ EOF
fi
# Creating stage file
- Create_stagefile "${STAGE_FILE}"
+ Create_stagefile
;;
remove)
@@ -81,7 +79,7 @@ EOF
fi
# Removing stage file
- Remove_stagefile "${STAGE_FILE}"
+ Remove_stagefile
;;
*)