summaryrefslogtreecommitdiff
path: root/init.d/10restore-etckeeper
blob: 376524c6b953e8e8f42c524c2b3452e44022b00b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

# Yes, this runs code from the repository. As documented, etckeeper-init
# should only be run on repositories you trust.
if [ -e .etckeeper ]; then
	. ./.etckeeper
fi