Skip to content

Commit

Permalink
Fixa en bugg med relative path i startup/init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Rydh committed Mar 22, 2017
1 parent bf8fa26 commit db94fe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion startup/init.sh
@@ -1,9 +1,10 @@
#!/bin/bash


SCRIPT_DIR=..
SCRIPT_NAME="$SCRIPT_DIR/twitter_stream.py"
PID_DIR=./PID_DIR

cd "$(dirname "$0")"
#Start the data mining, specify the filter(s) as arguments. OBS Twitter seems to be using some throtteling.
#I could only get 2 filters running at the same time. We need to implement user authentication to get more running.
start() {
Expand Down

0 comments on commit db94fe1

Please sign in to comment.