Fixed typo in installer
This commit is contained in:
@@ -77,7 +77,7 @@ mv ../Agent/Kickstart_template /opt/ShellHub/ui/kickstart.sh
|
||||
chmod +x /opt/ShellHub/ShellHubAPI
|
||||
chmod +x /opt/ShellHub/ShellHubSSH
|
||||
tar -zxf /tmp/webui.tar.gz -C /opt/ShellHub/ui
|
||||
if [ "$RelVer" = "stable" ]
|
||||
if [ "$RelVer" = "stable" ]; then
|
||||
mv Tools/stable/* /opt/ShellHub/tools/
|
||||
elif [ "$RelVer" = "latest" ] || [ "$RelVer" = "latest_Tested" ]; then
|
||||
$PKGM install -y jq
|
||||
|
||||
Reference in New Issue
Block a user