mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-25 07:48:28 +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
|
if [[ -f "$arkbackupdir/$backupFile" ]] ; then
|
||||||
backupFile="$arkbackupdir/$backupFile"
|
backupFile="$arkbackupdir/$backupFile"
|
||||||
else
|
else
|
||||||
echo "File $backupFile" not found."
|
echo "File $backupFile not found."
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user