mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 10:58:28 +00:00
Fix typo in non-installed mod check
Fixes: d37176a Warn when a mod is requested but not installed
This commit is contained in:
parent
ac807bf74b
commit
58458a852d
@ -204,7 +204,7 @@ checkConfig() {
|
||||
fi
|
||||
|
||||
# Warn if any mods are requested but not installed
|
||||
if [ -n "$arkserverroot" -a -a -d "${arkserverroot}/ShooterGame/Content/Mods" ]; then
|
||||
if [ -n "$arkserverroot" -a -d "${arkserverroot}/ShooterGame/Content/Mods" ]; then
|
||||
for modid in $(getModIds); do
|
||||
if [ ! -f "${arkserverroot}/ShooterGame/Content/Mods/${modid}/mod.info" ]; then
|
||||
echo -e "[" "$RED" "ERROR" "$NORMAL" "]" "\tMod ${modid} is requested but not installed. Run 'arkmanager installmod ${modid}' to install this mod."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user