diff --git a/bin/acl-import b/bin/acl-import index eb11e5926e..03b8034863 100755 --- a/bin/acl-import +++ b/bin/acl-import @@ -145,7 +145,7 @@ fi CMD="$PHP $SHARE_DIR/tools/etl/etl_overseer.php -c $CONFIG_FILE -p \"$SECTION\" -v $VERBOSE"; -if [ "$DRY_RUN" -eq "true" ]; then +if [ "$DRY_RUN" == "true" ]; then CMD="$CMD -t"; fi