diff --git a/seqs/matterbridge.sh b/seqs/matterbridge.sh index 3fa68e6..6c0b32c 100755 --- a/seqs/matterbridge.sh +++ b/seqs/matterbridge.sh @@ -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" toolDir="/usr/local/bin" toolLoc="${toolDir}/${toolName}" -toolDown="/tmp/${toolName}" toolWdir="/opt/${toolName}" toolConfig="${toolName}.toml" toolConfigLoc="${toolWdir}/${toolConfig}"