mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
connman: setup hostname
This commit is contained in:
parent
c1cd4a8a6e
commit
09d04811c9
@ -37,6 +37,12 @@ mkdir -p /run/connman
|
||||
fi
|
||||
|
||||
(
|
||||
# setup hostname
|
||||
if [ -f /storage/.cache/hostname ] ; then
|
||||
progress "Setup hostname"
|
||||
cat /storage/.cache/hostname > /proc/sys/kernel/hostname
|
||||
fi
|
||||
|
||||
# starting Connection manager
|
||||
progress "starting Connection manager"
|
||||
while true; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user