autoupdate:

- check for update.conf file
This commit is contained in:
Stephan Raue 2010-04-13 14:54:23 +02:00
parent ea3750ddb5
commit 16a0518504
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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