From f41f01daee8cb802e9b64d781b88b56404ee6c4e Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 4 Aug 2023 16:57:18 +0200 Subject: [PATCH] Forgot to shift arguments in allianceInstaller.sh. --- bootstrap/allianceInstaller.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/allianceInstaller.sh b/bootstrap/allianceInstaller.sh index fdbe4977..d9e27e68 100755 --- a/bootstrap/allianceInstaller.sh +++ b/bootstrap/allianceInstaller.sh @@ -31,6 +31,7 @@ onGithub="true" root=`getString $1`;; esac + shift done if [ "${onGithub}" = "true" ]; then