fixed chmod path

This commit is contained in:
2021-01-16 01:22:58 +01:00
parent ff607ab08f
commit ade8ef291b

View File

@@ -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/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/ShellHubAPI-amd64 -O /opt/ShellHub/ShellHubAPI
wget https://git.bprieshof.nl/ci/Releases/ShellHub/"$RelVer"/BinServices/webui.tar.gz -O /tmp/webui.tar.gz 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/ShellHubAPI
chmod +x /opt/ShellHub/BinServices/ShellHubSSH chmod +x /opt/ShellHub/ShellHubSSH
tar -zxvf /tmp/webui.tar.gz -C /opt/ShellHub/ui tar -zxf /tmp/webui.tar.gz -C /opt/ShellHub/ui
mv Tools /opt/ShellHub/tools mv Tools /opt/ShellHub/tools
##Generating keys ##Generating keys