mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 04:47:56 +00:00
Typos
This commit is contained in:
parent
f14b31ad59
commit
905550657b
4
src/tomb
4
src/tomb
@ -509,7 +509,7 @@ mount_tomb() {
|
||||
# try also adding a .tomb extension
|
||||
tombfile=${tombfile%%\.*}.tomb
|
||||
if ! [ -r $tombfile ]; then
|
||||
error "cannot find a tomb named $CMD"
|
||||
error "cannot find a tomb named $CMD2"
|
||||
return 1
|
||||
fi
|
||||
fi
|
||||
@ -758,7 +758,7 @@ exec_bind_hooks() {
|
||||
# restore $HOME for the calling user
|
||||
HOME=/home/${SUDO_USER}
|
||||
|
||||
act "bind hooks found, mounting direcories as requested"
|
||||
act "bind hooks found, mounting directories as requested"
|
||||
# execute the mount commands
|
||||
eval $hook
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user