mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 12:09:14 +01:00
Correct syntax error in Shorewall uninstall.sh
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c68513672d
commit
104c205230
@ -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