Merge branch 'master' into better-firmware-update

This commit is contained in:
Calin Crisan 2017-02-09 22:17:37 +02:00
commit 9cf15ada85
5 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ test -f $conf || exit 0
test -n "$os_version" || source /etc/init.d/base
test -n "$os_debug" || source /etc/init.d/conf
has_net_conn || exit 0
test "$os_networkless" == "true" && exit 0
date_timeout=10
date_method=http

View File

@ -7,7 +7,7 @@ test -f $conf || exit 0
test -n "$os_version" || source /etc/init.d/base
test -n "$os_debug" || source /etc/init.d/conf
has_net_conn || exit 0
test "$os_networkless" == "true" && exit 0
start() {
msg_begin "Starting sshd"

View File

@ -5,7 +5,7 @@ test -f /etc/proftpd.conf || exit 0
test -n "$os_version" || source /etc/init.d/base
test -n "$os_debug" || source /etc/init.d/conf
has_net_conn || exit 0
test "$os_networkless" == "true" && exit 0
start() {
msg_begin "Starting proftpd"

View File

@ -5,7 +5,7 @@ test -f /etc/samba/smb.conf || exit 0
test -n "$os_version" || source /etc/init.d/base
test -n "$os_debug" || source /etc/init.d/conf
has_net_conn || exit 0
test "$os_networkless" == "true" && exit 0
start() {
msg_begin "Setting smb admin password"

View File

@ -5,7 +5,7 @@ os_eth="eth0"
os_wlan="wlan0"
os_ppp="ppp0"
os_networkless="false"
os_country="US"
os_country="GB"
os_firmware_method="github"
os_firmware_repo="ccrisan/motioneyeos"