mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #116 from MikeBuzz/fa0b2498b1aef65b7619df8cdde9d13f513b7859
Spelling corrections for autoupdate
This commit is contained in:
commit
c778c60e27
@ -105,13 +105,13 @@ if [ ! -f /var/lock/update.lock ]; then
|
||||
|
||||
if [ "$AUTOUPDATE" = "manually" -o "$AUTOUPDATE" = "manual" ]; then
|
||||
|
||||
# show a message if a new version is avaible
|
||||
send_message "New update avaible: $NEW_VERSION - please update manually"
|
||||
# show a message if a new version is available
|
||||
send_message "New update available: $NEW_VERSION - please update manually"
|
||||
|
||||
elif [ "$AUTOUPDATE" = "auto" ]; then
|
||||
|
||||
# show a message if a new version is avaible
|
||||
send_message "New update avaible: $NEW_VERSION - downloading and extracting the new version..."
|
||||
# show a message if a new version is available
|
||||
send_message "New update available: $NEW_VERSION - downloading and extracting the new version..."
|
||||
|
||||
# locking autoupdate
|
||||
touch /var/lock/update.lock
|
||||
|
Loading…
x
Reference in New Issue
Block a user