diff --git a/stage2/06-dride-base/files/etc_initd_dride-core b/stage2/06-dride-base/files/etc_initd_dride-core index fb8d042..6c5980a 100644 --- a/stage2/06-dride-base/files/etc_initd_dride-core +++ b/stage2/06-dride-base/files/etc_initd_dride-core @@ -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)