From ea90e5b085084f855fbd9c90d5de060927141989 Mon Sep 17 00:00:00 2001 From: philc Date: Sat, 2 Nov 2024 14:11:11 +0100 Subject: [PATCH] update install --- apxtri/setup/initadminapi.json | 4 +--- apxtri/setup/setup.sh | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/apxtri/setup/initadminapi.json b/apxtri/setup/initadminapi.json index d1b02bc..e225b09 100644 --- a/apxtri/setup/initadminapi.json +++ b/apxtri/setup/initadminapi.json @@ -1,9 +1,7 @@ { "tribeId": "adminapi", "idxname":{"towns":"towns","nation":"nations","pagans":"alias"}, - "dns": [ - "adminapx.adminapi" - ], + "dns": [], "status": "unchain", "nationId": "", "townId": "", diff --git a/apxtri/setup/setup.sh b/apxtri/setup/setup.sh index 5f00c98..bcdb2e2 100755 --- a/apxtri/setup/setup.sh +++ b/apxtri/setup/setup.sh @@ -34,11 +34,11 @@ if [[ $? -eq 0 ]]; then urlko=1 fi if [[ "$urlok" -eq 1 || -z "$tribe" ]]; then - echo "Need params command must be . setup.sh "i - echo "Example1: setup.sh adminapi https://testwall-ants.ndda.fr https://gitea.ndda.fr/apxtri/adminapi" - echo "install adminapi from the repo (with git accessright) and get data for adminapi from testwall-ants.nnda.fr" + echo "Need more params, cmd must be $ . setup.sh " + echo "Example1: . setup.sh adminapi https://testwall-ants.ndda.fr https://gitea.ndda.fr/apxtri/adminapi" + echo " install adminapi from the repo (with git accessright) and get data for adminapi from testwall-ants.nnda.fr" echo "Example2: setup.sh smatchit https://testwall-ants.ndda.fr" - echo "install smatchit as a copy of testwall-ants.ndda.fr and not from the git" + echo " install smatchit as a copy of testwall-ants.ndda.fr but not from the git (you don't need to have git acess but need to know a specific code)" else if [ -z "$gitrepo" ]; then wget "${url}/${tribe}/setup.apxtri.tar.gz"