mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 18:48:26 +00:00
Fix extra quotation mark
This commit is contained in:
parent
fa979793a5
commit
8e5b78d665
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user