Skip to content

Commit 3db3999

Browse files
author
Sixtrack runtime
committed
updating dates in plotting scripts to present ones
1 parent 056c917 commit 3db3999

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boinc_software/monitor-boinc-server/general-activity/archive/plotData_period.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
period='2019-09'
1+
period='2019-11'
22
iFileName='server_status_'.period
33

44
# changes in status page:

boinc_software/monitor-boinc-server/general-activity/archive/plotPeriod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
period='2019-09'
3+
period='2019-11'
44
toolsdir=`dirname $0`
55

66
# create temporary period files

boinc_software/monitor-boinc-server/submissions/plotData.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# today=system("date +%F")
2-
today='2019-09-10'
2+
today='2019-11-08'
33
iFileName='submitAll_'.today.'.dat'
44
iFileNameAssimilated='assimilateAll_'.today.'.dat'
55
oFileName='submitAll_'.today.'.ps'

0 commit comments

Comments
 (0)