Skip to content

Commit

Permalink
Update cron.sh
Browse files Browse the repository at this point in the history
Used `.` instead of `source` since script uses `#/bin/bash`
  • Loading branch information
lightmaster authored Dec 5, 2017
1 parent 7a65c65 commit bdbacf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

cd $(dirname $0)
source fitbitenv/bin/activate
. fitbitenv/bin/activate
python3 app.py

0 comments on commit bdbacf5

Please sign in to comment.