Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
fix etl se last
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 26, 2016
1 parent 73f1bfd commit d66e132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sensors2.iml
Expand Up @@ -5,6 +5,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
</content>
<content url="file://$MODULE_DIR$/../istSOS" />
<content url="file://$MODULE_DIR$/../smartem" />
<content url="file://$USER_HOME$/research/weather/weewx">
<sourceFolder url="file://$USER_HOME$/research/weather/weewx/bin" isTestSource="false" />
Expand Down
4 changes: 2 additions & 2 deletions src/rivm-lml/cronfile.txt
Expand Up @@ -21,8 +21,8 @@ SMARTEM=/opt/geonovum/smartemission/git
*/6 * * * * cd $SOSPILOT/src/weather/pg2sos; ./pg2sos.sh >> /var/log/sospilot/weather_pg2sos.log 2>&1

# Run last measurements Smartemission
*/3 * * * * cd $SMARTEM/etl; ./last.sh > /var/log/smartem/smartem_last.log 2>&1
*/3 * * * * cd $SMARTEM/etl; ./last.vps.sh > /var/log/smartem/smartem_last.log 2>&1

# refresh smartem website
*/4 * * * * /opt/geonovum/smartemission/git/www/bin/refresh-site.sh
# */4 * * * * /opt/geonovum/smartemission/git/www/bin/refresh-site.sh

0 comments on commit d66e132

Please sign in to comment.