fix gentoo init script
This commit is contained in:
@@ -17,9 +17,6 @@ depend() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
checkconfig() {
|
checkconfig() {
|
||||||
if [ -z "${socket}" ]; then
|
|
||||||
eerror "No socket specified in config!"
|
|
||||||
fi
|
|
||||||
OUTPUT=$( ${command} ${command_args} -t 2>&1 )
|
OUTPUT=$( ${command} ${command_args} -t 2>&1 )
|
||||||
ret=$?
|
ret=$?
|
||||||
if [ $ret -ne 0 ]; then
|
if [ $ret -ne 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user