#!/bin/bash

if grep -q "fake-metadata" "$2/metadata.json" ; then
    exit 0
fi

exit 1
