simple correction to last code
This commit is contained in:
peterpt 2019-09-13 08:49:39 +01:00 committed by GitHub
parent fe0c943910
commit 2444b15a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
fatrat
View File

@ -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