util-iso-chroot: fix typo

This commit is contained in:
udeved 2017-05-09 22:54:30 +02:00
parent 5f06a4dd5d
commit 1702ed7aea

View file

@ -235,7 +235,7 @@ clean_up_image(){
find "$path" -mindepth 1 -delete &> /dev/null
fi
if [[ ${$mnt##*/} == 'livefs' ]];then
if [[ ${mnt##*/} == 'livefs' ]];then
rm -rf "$mnt/etc/pacman.d/gnupg"
fi
fi