util-iso-image: fix typo

This commit is contained in:
udeved 2016-12-10 15:38:54 +01:00
parent 51f264ae61
commit d5435ff3ce

View file

@ -41,7 +41,7 @@ umount_img() {
}
has_plymouth(){
If $(which plymouth);then
if $(which plymouth);then
return 0
else
return 1