From 496b4e7b1d657af874d429a7cac9aae6fd08b8ee Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Mon, 13 Feb 2023 18:42:00 +0000 Subject: [PATCH] Added homepage permission command --- ma-web-to-other.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ma-web-to-other.sh b/ma-web-to-other.sh index 110beb3..ca44181 100755 --- a/ma-web-to-other.sh +++ b/ma-web-to-other.sh @@ -1,5 +1,7 @@ #!/bin/bash +mkhomepg -p + ssh scm@sdf.org ksh /sdf/arpa/ns/s/scm/sdf/cluster-web-to-other.ksh exit 0