replace Umount with Unmounting

This commit is contained in:
Tobias Powalowski 2023-01-19 08:54:58 +01:00
parent bb0665f9ee
commit 06340c5bb3

View file

@ -133,7 +133,7 @@ _change_pacman_conf() {
# umount special filesystems
_umount_special() {
echo "Umount special filesystems in ${1}..."
echo "Unmounting special filesystems in ${1}..."
umount -R "${1}/proc"
umount -R "${1}/sys"
umount -R "${1}/dev"