remove welcome blink form init.d

pull/182/head
Yossi 2018-04-25 10:07:16 +03:00
parent 1caff31ca0
commit 6e99ad0d2d
1 changed files with 2 additions and 4 deletions

View File

@ -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)