summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/puppetdb/files/puppetdb.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/puppetdb/files/puppetdb.initd b/app-admin/puppetdb/files/puppetdb.initd
index 032c8852cf1b..dc7bbced973a 100644
--- a/app-admin/puppetdb/files/puppetdb.initd
+++ b/app-admin/puppetdb/files/puppetdb.initd
@@ -17,7 +17,7 @@ checkconfig() {
eerror "Missing INSTALL_DIR."
eend 1
fi
- if [ ! -a $BOOTSTRAP_CONFIG ]; then
+ if [ ! -e $BOOTSTRAP_CONFIG ]; then
eerror "Missing BOOTSTRAP_CONFIG."
eend 1
fi