mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Spelling Corrections For Autoupdate
This commit is contained in:
parent
b099ccc9e1
commit
fa0b2498b1
@ -105,13 +105,13 @@ if [ ! -f /var/lock/update.lock ]; then
|
|||||||
|
|
||||||
if [ "$AUTOUPDATE" = "manually" -o "$AUTOUPDATE" = "manual" ]; then
|
if [ "$AUTOUPDATE" = "manually" -o "$AUTOUPDATE" = "manual" ]; then
|
||||||
|
|
||||||
# show a message if a new version is avaible
|
# show a message if a new version is available
|
||||||
send_message "New update avaible: $NEW_VERSION - please update manually"
|
send_message "New update available: $NEW_VERSION - please update manually"
|
||||||
|
|
||||||
elif [ "$AUTOUPDATE" = "auto" ]; then
|
elif [ "$AUTOUPDATE" = "auto" ]; then
|
||||||
|
|
||||||
# show a message if a new version is avaible
|
# show a message if a new version is available
|
||||||
send_message "New update avaible: $NEW_VERSION - downloading and extracting the new version..."
|
send_message "New update available: $NEW_VERSION - downloading and extracting the new version..."
|
||||||
|
|
||||||
# locking autoupdate
|
# locking autoupdate
|
||||||
touch /var/lock/update.lock
|
touch /var/lock/update.lock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user