summaryrefslogtreecommitdiff
path: root/init.d/10restore-metadata
blob: fdb1f8ee039e16621223edbf2795838385b9e404 (plain)
1
2
3
4
5
#!/bin/sh
set -e
if [ -e .metadata ]; then
	metastore --apply
fi