mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user