remove server name from packages message

This commit is contained in:
Aaron Bieber 2019-09-24 06:15:21 -06:00
parent a10b911720
commit cff11a11c1
Signed by: qbit
GPG Key ID: 279160AB1BE1236B

View File

@ -186,7 +186,7 @@ if [ -f ./services ]; then
fi
if [ -f ./packages ]; then
msg 0 "Installing $(wc -l packages | awk '{print $1 " " $2}') on ${SERVER}"
msg 0 "Installing $(wc -l packages | awk '{print $1 " " $2}')"
cmd=$(printf "${PKG_DIFF_INSTALL}" $V $V)
_scp packages "${RUN_USER}@${SERVER}:/etc/packages.tmp"
_ssh ${RUN_USER}@${SERVER} "${cmd}"