use quote
This commit is contained in:
parent
5eb62f6280
commit
2446f58890
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
if [ "$ext" = "epub" ]; then
|
||||
ebook-convert "$fullpath" "/run/media/quadradical/Kindle/documents/$name.mobi"
|
||||
rm $fullpath"
|
||||
rm "$fullpath"
|
||||
else
|
||||
mv "$fullpath" "/run/media/quadradical/Kindle/documents/$name.pdf"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue