mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-02-08 23:08:32 +00:00
removed some minor debugging tests
This commit is contained in:
parent
edbd950120
commit
8c8ab3fc5c
6
tomb
6
tomb
@ -1733,8 +1733,6 @@ mount_tomb() {
|
|||||||
# write down the UID and TTY that opened the tomb
|
# write down the UID and TTY that opened the tomb
|
||||||
rm -f ${tombmount}/.uid
|
rm -f ${tombmount}/.uid
|
||||||
print $_UID > ${tombmount}/.uid
|
print $_UID > ${tombmount}/.uid
|
||||||
rm -f ${tombmount}/.user
|
|
||||||
id -nu > ${tombmount}/.user
|
|
||||||
rm -f ${tombmount}/.tty
|
rm -f ${tombmount}/.tty
|
||||||
print $_TTY > ${tombmount}/.tty
|
print $_TTY > ${tombmount}/.tty
|
||||||
# also the hostname
|
# also the hostname
|
||||||
@ -1896,10 +1894,6 @@ awk "/mapper/"' { print $2 ";" $3 ";" $4 ";" $5 }'`
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
_verbose "tombtty: $tombtty"
|
|
||||||
_verbose "tombuid: $tombuid"
|
|
||||||
_verbose "tombuser: $tombuser"
|
|
||||||
|
|
||||||
{ option_is_set --get-mountpoint } && { print $tombmount; continue }
|
{ option_is_set --get-mountpoint } && { print $tombmount; continue }
|
||||||
|
|
||||||
_message "::1 tombname:: open on ::2 tombmount:: using ::3 tombfsopts::" \
|
_message "::1 tombname:: open on ::2 tombmount:: using ::3 tombfsopts::" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user