diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-20 11:06:41 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-20 11:06:41 +0200 |
| commit | f63ab30aa68d22cdaf7363332e12c8d3be23115b (patch) | |
| tree | 603aef8ceda55113bbb0346f4600c4f41619d7d6 | |
| parent | 66154d9a09dda180d3de00640c900504e931507d (diff) | |
| download | status-f63ab30aa68d22cdaf7363332e12c8d3be23115b.tar.gz status-f63ab30aa68d22cdaf7363332e12c8d3be23115b.zip | |
allow different log dir via env var
| -rw-r--r-- | cron.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash DATA=$(dirname "$0")/data -LOGS="/home/timo/vainsocial/logs/logs/pm2" +LOGS=${VAINSOCIAL_LOGS:="/home/timo/vainsocial/logs/logs/pm2"} mkdir -p $DATA || exit 0 PF=$DATA/apigrabber_processed # progress file |
