Fix extra quotation mark

This commit is contained in:
Ben Peddell 2020-06-14 00:28:14 +10:00 committed by GitHub
parent fa979793a5
commit 8e5b78d665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3107,7 +3107,7 @@ doRestore(){
if [[ -f "$arkbackupdir/$backupFile" ]] ; then
backupFile="$arkbackupdir/$backupFile"
else
echo "File $backupFile" not found."
echo "File $backupFile not found."
exit -1
fi
fi