mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
autoupdate:
- check for update.conf file
This commit is contained in:
parent
ea3750ddb5
commit
16a0518504
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. /storage/.config/update.conf
|
[ -f /storage/.config/update.conf ] && \
|
||||||
|
. /storage/.config/update.conf
|
||||||
|
|
||||||
if [ ! -f /var/lock/update.lock ]; then
|
if [ ! -f /var/lock/update.lock ]; then
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. /storage/.config/update.conf
|
[ -f /storage/.config/update.conf ] && \
|
||||||
|
. /storage/.config/update.conf
|
||||||
|
|
||||||
if [ ! -f /var/lock/update.lock ]; then
|
if [ ! -f /var/lock/update.lock ]; then
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user