remove welcome blink form init.d
This commit is contained in:
parent
1caff31ca0
commit
6e99ad0d2d
|
@ -14,16 +14,14 @@
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
echo "Setting up HwClock"
|
|
||||||
sudo hwclock -s || echo "RTC is not set."
|
|
||||||
|
|
||||||
echo "Starting dride-core"
|
echo "Starting dride-core"
|
||||||
# TODO: refactor this to be done internally
|
# TODO: refactor this to be done internally
|
||||||
# pull up resistor on pin 16
|
# pull up resistor on pin 16
|
||||||
sudo python /home/core/daemons/bluetooth/initPin.py
|
sudo python /home/core/daemons/bluetooth/initPin.py
|
||||||
|
|
||||||
#welcome LED blink
|
echo "Setting up HwClock"
|
||||||
/home/core/modules/led/bin/main welcome
|
sudo hwclock -s || echo "RTC is not set."
|
||||||
|
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user