mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-12 16:48:12 +01:00
Correct syntax error in Shorewall uninstall.sh
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1ede47034b
commit
e2ad98b364
@ -145,8 +145,7 @@ done
|
|||||||
|
|
||||||
rm -f ${CONFDIR}/logrotate.d/shorewall
|
rm -f ${CONFDIR}/logrotate.d/shorewall
|
||||||
|
|
||||||
if [ -n "$SYSTEMD" ]; THEN
|
[ -n "$SYSTEMD" ] && rm -f ${SYSTEMD}/shorewall.service
|
||||||
rm -f ${SYSTEMD}/shorewall.service
|
|
||||||
|
|
||||||
echo "Shorewall Uninstalled"
|
echo "Shorewall Uninstalled"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user