diff --git a/share/figconv-plugins/ooo-input.sh b/share/figconv-plugins/ooo-input.sh index 075d705..5d0de0e 100644 --- a/share/figconv-plugins/ooo-input.sh +++ b/share/figconv-plugins/ooo-input.sh @@ -36,7 +36,7 @@ function check_odg() { echoerr "An instance of LibreOffice or OpenOffice is running." echoerr "This may cause unoconv tool to fail" read -p "Should we kill the process now [yes/no] ? (default=no): " ANS - if [ "$ANS" == "yes" ]; then + if [ "$ANS" == "yes" -o "$ANS" == "y" ]; then killall soffice.bin else return $CODE_ERROR