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