From 5c415309dc573ed796e3c87a1de3c921405c37a7 Mon Sep 17 00:00:00 2001 From: Sebastian Korotkiewicz Date: Tue, 26 Apr 2022 14:48:26 +0200 Subject: [PATCH] add aussies --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index c43956c..1734e7c 100755 --- a/update.sh +++ b/update.sh @@ -7,4 +7,5 @@ ssh guru git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/publi ssh unix git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ; ssh heat git --work-tree=/home/grizzly/www --git-dir=/home/grizzly/www/.git pull ; ssh hash git --work-tree=/home/grizzly/Public --git-dir=/home/grizzly/Public/.git pull ; -ssh dim git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ; \ No newline at end of file +ssh dim git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ; +ssh auss git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ; \ No newline at end of file