Typo in update scripts (#2707)

* Fix typo

* Change no update function msg
This commit is contained in:
bvdberg01
2025-02-27 13:13:31 +01:00
committed by GitHub
parent 474954afb6
commit 0d4b4a1837
17 changed files with 17 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ function update_script() {
exit
fi
/opt/beszel/beszel update
msg_error "Ther is currently no automatic update function for ${APP}."
msg_error "Currently we don't provide an update function for this ${APP}."
exit
}