Fix update message to display version without 'v' prefix
This commit is contained in:
parent
9b1c5d4af0
commit
12659a9357
@ -45,7 +45,7 @@ function update_script() {
|
||||
fi
|
||||
|
||||
|
||||
msg_info "Updating $APP to v${RELEASE}"
|
||||
msg_info "Updating $APP to ${RELEASE}"
|
||||
cd /tmp
|
||||
|
||||
curl -fsSL -o "${RELEASE}.zip" "https://github.com/HydroshieldMKII/Guardian/archive/refs/tags/${RELEASE}.zip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user