shellcheck remove double quotes

This commit is contained in:
Tobias Powalowski 2022-04-30 17:56:44 +02:00
parent 67c9716565
commit 12be7e2e43

View file

@ -987,7 +987,7 @@ _createlv()
DIALOG --infobox "Creating Logical Volume ${LVDEVICE} successful.\n\nContinuing in 3 seconds..." 5 50
sleep 3
else
DIALOG --msgbox "Error creating Logical Volume ${LVDEVICE} (see "${LOG}" for details)." 0 0
DIALOG --msgbox "Error creating Logical Volume ${LVDEVICE} (see ${LOG} for details)." 0 0
return 1
fi
fi