diff --git a/Jenkinsfile.sci b/Jenkinsfile.sci index 512c7e3..cb02ca4 100644 --- a/Jenkinsfile.sci +++ b/Jenkinsfile.sci @@ -146,7 +146,7 @@ pipeline { if [ -f "${so}" ]; then echo "Uploading $(basename ${so})" docker exec s3cmd s3cmd put --acl-public "/build-${os}/$(basename ${so})" "s3://wheels.linuxserver.io/${os}/$(basename ${so})" - export GENERICTARNAME=$(basename ${so} | sed 's|-[0-9\.]*||') + export GENERICTARNAME=$(basename ${so} | sed 's|-[0-9\\.]*||') if grep -q "${GENERICTARNAME}" "${TEMPDIR}/wheelie/docs/ubuntu/index.html"; then sed -i "s|'.*'>${GENERICTARNAME}|'https://wheels.linuxserver.io/ubuntu/$(basename ${so})'>${GENERICTARNAME}|" "${TEMPDIR}/wheelie/docs/ubuntu/index.html" else