Update bitmagnet

This commit is contained in:
tremor021 2025-05-14 20:49:10 +02:00
parent ada434223e
commit ca35a45ecd

View File

@ -71,7 +71,6 @@ function update_script() {
chmod +x bitmagnet
[ -f "/opt/.env" ] && cp "/opt/.env" /opt/bitmagnet/
[ -f "/opt/config.yml" ] && cp "/opt/config.yml" /opt/bitmagnet/
rm -f "$temp_file"
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated $APP to v${RELEASE}"