remove erroneous ":"
This commit is contained in:
parent
eac4231c1e
commit
adc9b9d57a
|
@ -22,7 +22,7 @@ done
|
|||
[ -z "$ssh" ] && echo "Error: no ssh configuration specified" && exit 5
|
||||
|
||||
# update local server
|
||||
echo "Updating ..":
|
||||
echo "Updating .."
|
||||
ssh -T $ssh << EOSSH
|
||||
apt-get update && apt-get upgrade
|
||||
EOSSH
|
||||
|
|
Loading…
Reference in New Issue