From 8df99f90fe2fbd04bc26b338d0ecdeca314b4900 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:44:35 +0100 Subject: [PATCH] Updated AppName.sh Scripts (markdown) --- AppName.sh-Scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppName.sh-Scripts.md b/AppName.sh-Scripts.md index bb64136..7c09bd8 100644 --- a/AppName.sh-Scripts.md +++ b/AppName.sh-Scripts.md @@ -172,7 +172,7 @@ if [[ ! -d /opt/snipe-it ]]; then ### 3.3 **Check version** -- Befoer updating, check if a new version exists. +- Before updating, check if a new version exists. - We use the `${APPLICATION}_version.txt` file created in `/opt` during the install to compare new versions against the currently installed version. Example with a Github Release: @@ -253,7 +253,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "Ther is currently no automatic update function for ${APP}." + msg_error "There is currently no automatic update function for ${APP}." exit } ```