From 8b97bf3eed59191409093052698bec31c302552c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 13 Feb 2009 14:39:01 -0800 Subject: [PATCH] Fix syntax error in the openafs-client init script --- debian/openafs-client.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openafs-client.init b/debian/openafs-client.init index e20317843..b65ee77bb 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -92,7 +92,7 @@ load_client() { if [ -z "$LIBAFS" ] ; then choose_client fi - if [ ! -f "$MODULEDIR/$LIBAFS" ] -a [ ! -f "$DKMSDIR/$LIBAFS" ] ; then + if [ ! -f "$MODULEDIR/$LIBAFS" -a ! -f "$DKMSDIR/$LIBAFS" ] ; then echo "" cat <&2 AFS module $MODULEDIR/$LIBAFS does not exist. -- 2.39.5