fix gentoo init script

This commit is contained in:
2020-04-22 23:45:05 +02:00
parent a7917e201b
commit 466cbd32e6

View File

@@ -17,9 +17,6 @@ depend() {
}
checkconfig() {
if [ -z "${socket}" ]; then
eerror "No socket specified in config!"
fi
OUTPUT=$( ${command} ${command_args} -t 2>&1 )
ret=$?
if [ $ret -ne 0 ]; then