Deleted unused variable

This commit is contained in:
2020-12-25 01:35:57 +01:00
parent 4b4dce7f66
commit b33db9d357

View File

@@ -10,7 +10,6 @@ toolVersion=$(curl --silent "$toolLatestUrl" | grep -Po '"tag_name": "v\K.*?(?="
toolDownload="https://github.com/${repoName}/${toolName}/releases/download/v${toolVersion}/${toolName}-${toolVersion}-linux-armv6" toolDownload="https://github.com/${repoName}/${toolName}/releases/download/v${toolVersion}/${toolName}-${toolVersion}-linux-armv6"
toolDir="/usr/local/bin" toolDir="/usr/local/bin"
toolLoc="${toolDir}/${toolName}" toolLoc="${toolDir}/${toolName}"
toolDown="/tmp/${toolName}"
toolWdir="/opt/${toolName}" toolWdir="/opt/${toolName}"
toolConfig="${toolName}.toml" toolConfig="${toolName}.toml"
toolConfigLoc="${toolWdir}/${toolConfig}" toolConfigLoc="${toolWdir}/${toolConfig}"