This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user