From adc9b9d57a938d404c025cb4c4d64d314e9f11e5 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 4 Sep 2020 21:45:04 +0100 Subject: [PATCH] remove erroneous ":" --- install-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-local.sh b/install-local.sh index 8708f00..a11cc44 100755 --- a/install-local.sh +++ b/install-local.sh @@ -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