diff options
Diffstat (limited to 'helpers/lh_chroot_devpts')
-rwxr-xr-x | helpers/lh_chroot_devpts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/helpers/lh_chroot_devpts b/helpers/lh_chroot_devpts index 07fec4d..7bb5e45 100755 --- a/helpers/lh_chroot_devpts +++ b/helpers/lh_chroot_devpts @@ -36,13 +36,13 @@ Read_conffile config/source Read_conffile "${LH_CONFIG}" Set_defaults -Echo_message "Begin mounting /dev/pts..." - # Requiring stage file Require_stagefile .stage/bootstrap case "${1}" in install) + Echo_message "Begin mounting /dev/pts..." + # Checking stage file Check_stagefile .stage/chroot_devpts @@ -66,6 +66,8 @@ case "${1}" in ;; remove) + Echo_message "Begin unmounting /dev/pts..." + # Checking lock file Check_lockfile .lock |