mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
OMR-Update changes
This commit is contained in:
parent
2679958caa
commit
ccb78a287d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ boot() {
|
|||
source /etc/os-release
|
||||
|
||||
OMRVERSION=$(echo $VERSION | sed 's/v//')
|
||||
files="$(ls /etc/uci-defaults)"
|
||||
files="$(ls /etc/uci-defaults/)"
|
||||
[ -n "$files" ] && {
|
||||
mkdir -p /usr/share/omr-update
|
||||
if [ "$(grep rom /etc/mtab)" = "" ]; then
|
||||
|
|
Loading…
Reference in a new issue