mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Delete superfluous semicolon.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f68f47d01b
commit
d3a1dc1e2a
@ -51,7 +51,7 @@ setstatedir() {
|
|||||||
elif [ $PRODUCT = shorewall6 ]; then
|
elif [ $PRODUCT = shorewall6 ]; then
|
||||||
${SBINDIR}/shorewall -6 compile
|
${SBINDIR}/shorewall -6 compile
|
||||||
else
|
else
|
||||||
return 1;
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user