From e737d1795d0acbaba09412b3b969b33fc8956b85 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 18:02:20 -0500 Subject: metastore fun work around various bugs and issues to avoid each commit making a change that would be seen by the next commit.. --- init.d/10restore-metadata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/10restore-metadata') 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 -- cgit v1.2.3