forked from extern/shorewall_code
More workarounds for light-weight /bin/sh
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5028 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
0056150713
commit
9e81065809
@ -562,7 +562,7 @@ show_command() {
|
||||
esac
|
||||
fi
|
||||
|
||||
echo "$PRODUCT $version $([ $# -gt 1 ] && echo "Chains " || [ $# -gt 0 ] && echo "Chain " || echo $table Table)$* at ${HOSTNAME:-$(hostname)} - $(date)"
|
||||
echo "$PRODUCT $version $([ $# -gt 1 ] && echo "Chains " || [ $# -gt 0 ] && echo "Chain " || echo $table Table)$* at $HOSTNAME - $(date)"
|
||||
echo
|
||||
show_reset
|
||||
if [ $# -gt 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user