forked from extern/shorewall_code
Avoid leading '+' in 'Added' message
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6350 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3d5493bdb4
commit
5b3e741aa3
@ -220,7 +220,7 @@ add_to_zone() # $1...${n-1} = <interface>[:<hosts>] $n = zone
|
||||
fi
|
||||
done < ${VARDIR}/chains
|
||||
|
||||
progress_message "$newhost added to zone $zone"
|
||||
progress_message "${newhost#+} added to zone $zone"
|
||||
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user