app-admin/puppetdb: fix -a in init script
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 18 Mar 2016 19:01:37 +0000 (14:01 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 18 Mar 2016 19:01:37 +0000 (14:01 -0500)
Package-Manager: portage-2.2.26

app-admin/puppetdb/files/puppetdb.initd

index 032c8852cf1b692cf8fe4afa988790d67de98d94..dc7bbced973a56b848b402a02b12525f9ec31a6e 100644 (file)
@@ -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