Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar0301 committed Dec 13, 2015
1 parent 48775a8 commit 5cd0cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crontab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Start workflow
00 03 * * * chmod +x workflow.sh && nohup /home/omnilab/OmniDataHouse/workflow.sh
00 03 * * * nohup /home/omnilab/OmniDataHouse/workflow.sh
6 changes: 3 additions & 3 deletions workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ source $BASEDIR/global_config.sh

## Run WifiSyslog cleansing
chmod +x $BASEDIR/porters/wifi_syslog.sh
source $BASEDIR/porters/wifi_syslog.sh
$BASEDIR/porters/wifi_syslog.sh

## Run WifiSyslogSession extraction
chmod +x $BASEDIR/porters/wifi_syslog_session.sh
source $BASEDIR/porters/wifi_syslog_session.sh
$BASEDIR/porters/wifi_syslog_session.sh

## Run WifiTrafficHttp cleansing
chmod +x $BASEDIR/porters/wifi_traffic_http.sh
source $BASEDIR/porters/wifi_traffic_http.sh
$BASEDIR/porters/wifi_traffic_http.sh

0 comments on commit 5cd0cb2

Please sign in to comment.