projects
/
weathermon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Исправлена ошибка с непредумышленным установлением статуса retained для сообщений.
[weathermon.git]
/
init.d
/
weather-init
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2007-2014 OpenWrt.org
3
4
START=45
5
6
boot() {
7
8
/usr/bin/weather-init
9
10
}