0
0
Fork 0
mirror of https://github.com/Screetsec/TheFatRat.git synced 2023-12-14 02:02:58 +01:00
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

2
fatrat
View file

@ -1719,7 +1719,7 @@ case $fwin in
read -p ' Please enter the base name for output files : ' fira read -p ' Please enter the base name for output files : ' fira
#Go make a check if user inputed any value or not #Go make a check if user inputed any value or not
invalid invalid
if [[ -f "$fira ]] if [[ -f "$fira" ]]
then then
echo "Filename already exists , choose another name" echo "Filename already exists , choose another name"
sleep 5 sleep 5