From 2444b15a3544231949130202f176cf211a6b221e Mon Sep 17 00:00:00 2001 From: peterpt <7487321+peterpt@users.noreply.github.com> Date: Fri, 13 Sep 2019 08:49:39 +0100 Subject: [PATCH] update simple correction to last code --- fatrat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatrat b/fatrat index cab1cae..f8da85d 100644 --- a/fatrat +++ b/fatrat @@ -1719,7 +1719,7 @@ case $fwin in read -p ' Please enter the base name for output files : ' fira #Go make a check if user inputed any value or not invalid - if [[ -f "$fira ]] + if [[ -f "$fira" ]] then echo "Filename already exists , choose another name" sleep 5