forked from extern/shorewall_code
Prevent concatenated copies of release notes being uploaded
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8130 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
cf99cd78bd
commit
1a5675c3d3
@ -215,11 +215,7 @@ fi
|
||||
|
||||
[ -n "$PARTIAL" ] && SHOREWALLDIR=shorewall-common || SHOREWALLDIR=$SHOREWALL-${1}
|
||||
|
||||
if [ -f shorewall-lite-${1}/releasenotes.txt ]; then
|
||||
cat $SHOREWALLDIR/releasenotes.txt shorewall-lite-${1}/releasenotes.txt > releasenotes.txt
|
||||
else
|
||||
cat $SHOREWALLDIR/releasenotes.txt > releasenotes.txt
|
||||
fi
|
||||
cp $SHOREWALLDIR/releasenotes.txt releasenotes.txt
|
||||
|
||||
if [ "$HOSTNAME" = lists ]; then
|
||||
mkdir -p $DEST
|
||||
|
Loading…
Reference in New Issue
Block a user