From 025a1104b184d46c71ca302e73545220cbf0240c Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 2 Jun 2016 18:33:35 -0400 Subject: [PATCH] bitlbee: use correct sh test No revbump; not important enough to update. Important enough to fix. Closes #4248 --- srcpkgs/bitlbee/files/bitlbee/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitlbee/files/bitlbee/run b/srcpkgs/bitlbee/files/bitlbee/run index de284a80cd8..c04a2b9f19a 100644 --- a/srcpkgs/bitlbee/files/bitlbee/run +++ b/srcpkgs/bitlbee/files/bitlbee/run @@ -2,5 +2,5 @@ set -e mkdir -p /var/lib/bitlbee /run/bitlbee chown bitlbee:bitlbee /var/lib/bitlbee /run/bitlbee -[ -s conf ] && . ./conf +[ -r conf ] && . ./conf exec chpst -u bitlbee:bitlbee bitlbee -n ${OPTS:=-F}