From ade8ef291b91211fe9e57aafe0ac1ef2273cf6c1 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sat, 16 Jan 2021 01:22:58 +0100 Subject: [PATCH] fixed chmod path --- Server/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Server/install.sh b/Server/install.sh index bc21679..075e514 100644 --- a/Server/install.sh +++ b/Server/install.sh @@ -40,9 +40,9 @@ wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/.env -O /opt/ShellH wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/BinServices/ShellHubSSH-amd64 -O /opt/ShellHub/ShellHubSSH wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/BinServices/ShellHubAPI-amd64 -O /opt/ShellHub/ShellHubAPI wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/BinServices/webui.tar.gz -O /tmp/webui.tar.gz -chmod +x /opt/ShellHub/BinServices/ShellHubAPI -chmod +x /opt/ShellHub/BinServices/ShellHubSSH -tar -zxvf /tmp/webui.tar.gz -C /opt/ShellHub/ui +chmod +x /opt/ShellHub/ShellHubAPI +chmod +x /opt/ShellHub/ShellHubSSH +tar -zxf /tmp/webui.tar.gz -C /opt/ShellHub/ui mv Tools /opt/ShellHub/tools ##Generating keys