app-admin/filebeat: fix non-POSIX init script

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
This commit is contained in:
Andrew Savchenko
2017-02-12 18:58:21 +03:00
parent 018ddb2d12
commit 656658acb7

View File

@@ -24,7 +24,7 @@ depend() {
}
checkconfig() {
if [[ ! -e ${FILEBEAT_CONFIG} ]]; then
if [ ! -e ${FILEBEAT_CONFIG} ]; then
eend "Please create a configuration file at ${FILEBEAT_CONFIG}"
return 1
fi