This commit is contained in:
parent
03a471cd0f
commit
d6ec41c269
@ -57,7 +57,7 @@ for mod_id in $(curl -s "https://steamcommunity.com/sharedfiles/filedetails/?id=
|
||||
do
|
||||
|
||||
# Check if mod is excluded
|
||||
if [[ "$MOD_EXCLUDE" == *"$mod_id"* ]]; then
|
||||
if [[ "$MOD_EXCLUDE" != *"$mod_id"* ]]; then
|
||||
# Check if directory exists
|
||||
if [ ! -d "$VOLUME_HOME/mods/$mod_id" ]; then
|
||||
echo "Could not find mod directory for $mod_id"
|
||||
|
Loading…
Reference in New Issue
Block a user