mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-27 08:48:27 +00:00
Fix typo in useConfig
Fixes: e48bd5b830a16fc5f30deb19a880b9443705259b Add configfile name to list-instances
This commit is contained in:
parent
5e8b53be78
commit
3b2f1e7a30
@ -1646,7 +1646,7 @@ useConfig() {
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ -a "$configfile" ]; then
|
if [ -z "$configfile" ]; then
|
||||||
echo "Error: config file ${configfile} does not exist"
|
echo "Error: config file ${configfile} does not exist"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user