summaryrefslogtreecommitdiff
path: root/init.d/10restore-metadata
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 18:02:20 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 18:02:20 -0500
commite737d1795d0acbaba09412b3b969b33fc8956b85 (patch)
treed134601e7ca98dafdab3cf077fbfc6c113e675fb /init.d/10restore-metadata
parentf0522c931958b7dccca733229254f2e37f0ef20c (diff)
metastore fun
work around various bugs and issues to avoid each commit making a change that would be seen by the next commit..
Diffstat (limited to 'init.d/10restore-metadata')
-rwxr-xr-xinit.d/10restore-metadata2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/10restore-metadata b/init.d/10restore-metadata
index 4ce97ed..fdb1f8e 100755
--- a/init.d/10restore-metadata
+++ b/init.d/10restore-metadata
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
if [ -e .metadata ]; then
- metastore --apply --mtime
+ metastore --apply
fi