diff options
Diffstat (limited to 'net-analyzer/icinga/files/ido2db-init.d')
-rw-r--r-- | net-analyzer/icinga/files/ido2db-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga/files/ido2db-init.d b/net-analyzer/icinga/files/ido2db-init.d index 946f3be29..32397feda 100644 --- a/net-analyzer/icinga/files/ido2db-init.d +++ b/net-analyzer/icinga/files/ido2db-init.d @@ -7,7 +7,7 @@ IDO2DBBIN="/usr/sbin/ido2db" SOCKET="/var/icinga/ido.sock" function check() { - if [[ -S "${SOCKET}" ]] ; then + if [ -S "${SOCKET}" ] ; then ewarn "Strange, the socket file already exist in \"${SOCKET}\"" ewarn "it will be removed now and re-created by ido2db" ewarn "BUT please make your checks." |