Browse Source

add line to make the /output directory in separator.sh script.

Because the /output is an empty directory (on a fresh clone of the repo.), the
Python scripts don't have a place to save the charts. This addition just makes
sure the code runs smoother on freshly cloned repository.
master
Craig Oates 1 year ago
parent
commit
4d41ac8b0e
  1. 1
      separator.sh

1
separator.sh

@ -95,3 +95,4 @@ done
dailyBreakdown "1"; # Light Meter 1
dailyBreakdown "2"; # Light Meter 2
removeExcessData;
mkdir output # For storing charts and stuff later (with Python scripts).

Loading…
Cancel
Save