diff --git a/entrypoint.sh b/entrypoint.sh index ca8411f..bb66701 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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"