fixed chmod path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user