mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 21:48:39 +01:00
Allow the update and stage scripts to run on the primary server -- take 3
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6861 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ef22711c8f
commit
c64e56c6b5
@ -91,7 +91,7 @@ if [ "$HOSTNAME" = lists ]; then
|
||||
COMMAND=cp
|
||||
else
|
||||
ssh $USER mkdir -p $DEST
|
||||
$DEST=${USER}:${DEST}
|
||||
DEST=${USER}:${DEST}
|
||||
fi
|
||||
|
||||
$COMMAND -r errata known_problems.txt patch-$1 ${1}.* releasenotes.txt shorewall*${1}*.tgz* shorewall*${1}*.bz2* $rpm $literpm $perlrpm $shellrpm $DEST
|
||||
|
Loading…
Reference in New Issue
Block a user