Remove control character from 'shorewall' script

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2695 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-09-17 03:22:17 +00:00
parent d1832355b9
commit 87f27e7206

View File

@ -1296,7 +1296,7 @@ case "$1" in
# the command is safe-start or shorewall is not started yet
command="start"
else
# the command is safe-restart and the firewall is already running
# the command is safe-restart and the firewall is already running
command="restart"
fi