mirror of https://github.com/aredn/aredn.git
bugfix:Correct Firmware not valid error when uploading a sysupgrade file
In Barrier Breaker the symlink in /etc/ has been removed so we need to refer to the file direct.
This commit is contained in:
parent
5db6e2a747
commit
b3fb1ed13e
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Copyright 2014 Conrad Lara
|
||||
|
||||
. /etc/functions.sh
|
||||
. /lib/functions.sh
|
||||
|
||||
include /lib/upgrade/
|
||||
|
||||
|
|
Loading…
Reference in New Issue