fgebhart / smart_alarm

IoT Open Source Alarm Clock
Apache License 2.0
13 stars 4 forks source link

Wrong filename referenced in autostart.sh: start_smala.py #9

Open mathisoneric opened 6 years ago

mathisoneric commented 6 years ago

Bug:

In ~/smart_alarm/smart_alarm/autostart.sh, you attempt to load a file named start_smala.py that doesn't exist:

# run smart_alarm main script
python $smart_alarm_path/start_smala.py &

Fix:

Change the filename from start_smala.py to smart_alarm