mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 06:10:42 +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
|
||||
|
||||
if [ -n "$SYSTEMD" ]; THEN
|
||||
rm -f ${SYSTEMD}/shorewall.service
|
||||
[ -n "$SYSTEMD" ] && rm -f ${SYSTEMD}/shorewall.service
|
||||
|
||||
echo "Shorewall Uninstalled"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user