mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Merge branch 'master' into better-firmware-update
This commit is contained in:
commit
9cf15ada85
@ -29,8 +29,8 @@ 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
|
||||
date_host="google.com"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user