diff --git a/modules/desktop/book.nix b/modules/desktop/book.nix index c777571..6ffa1e0 100644 --- a/modules/desktop/book.nix +++ b/modules/desktop/book.nix @@ -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