diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 03:40:03 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 03:40:03 -0500 |
commit | ddd41353333ec8c32529e156101e1a8bfb844827 (patch) | |
tree | 9050a7da3ddd619416fd20770730f19d3479c6ce | |
parent | fbe1923624daff65f68cf073a279f555cd655e08 (diff) |
go ahead and restore mtimes too
-rwxr-xr-x | init.d/20restore-metadata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/20restore-metadata b/init.d/20restore-metadata index cd6174c..01c45e4 100755 --- a/init.d/20restore-metadata +++ b/init.d/20restore-metadata @@ -6,5 +6,5 @@ set -e # file won't do anything shady, because, as documented, etckeeper-init # should only be run on repositories you trust. if [ -e .metadata ]; then - metastore --apply + metastore --apply --mtime fi |