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