From a15acfd4ab9513838bf933e3e34d258a195b96f9 Mon Sep 17 00:00:00 2001 From: TonyStark Date: Fri, 28 Feb 2020 23:58:06 +0530 Subject: [PATCH] Update convert2monochrome.sh --- convert2monochrome.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convert2monochrome.sh b/convert2monochrome.sh index 9745d27..21ecf66 100644 --- a/convert2monochrome.sh +++ b/convert2monochrome.sh @@ -16,7 +16,7 @@ function myprog() { mkdir "/var/tmp/convert2monochrome" cp "$pdf_path" "/var/tmp/convert2monochrome/temp.pdf" - cd /var/tmp/convert2monochrome/ + cd "/var/tmp/convert2monochrome/" pdfFile=temp.pdf inputImage1="extracted-images" @@ -78,4 +78,4 @@ function myprog() { echo "copied file to $new_pdf_path directory with the file name pdfFinal.pdf :) " } -myprog \ No newline at end of file +myprog