diff --git a/index.html b/index.html index c704796..b0eda1d 100644 --- a/index.html +++ b/index.html @@ -72,6 +72,7 @@
|-- ~town/~grizzly
+
|-- ~vern/~grizzly
|-- ~guru/~grizzly/
diff --git a/update.sh b/update.sh index d6b2aae..fd018d4 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 sdf git --work-tree=/home/grizzly/www --git-dir=/sdf/udd/g/grizzly/html/.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 ; -ssh auss git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ; \ No newline at end of file +ssh auss git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ; +ssh vern git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ; \ No newline at end of file