From 8efb25f4cb34da68ed1dc818c85520c612b292f3 Mon Sep 17 00:00:00 2001 From: "aynic.os" Date: Fri, 13 Jan 2023 19:10:32 +0100 Subject: [PATCH] fix tools --- .shellspec | 0 tools/my.sh | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .shellspec diff --git a/.shellspec b/.shellspec new file mode 100644 index 00000000..e69de29b diff --git a/tools/my.sh b/tools/my.sh index 65741077..518f029c 100755 --- a/tools/my.sh +++ b/tools/my.sh @@ -392,4 +392,5 @@ myASTROTUBE="https://$(myAstroTube)" && myASTROPORT="https://astroport.$(myHostName)" \ && myAPI="https://ipfs.$(myHostName)" \ && myIPFS="https://ipfs.$(myDomainName)" \ - && myHOST="astroport.$(myHostName)" + && myHOST="astroport.$(myHostName)" \ + || true