From f5bc3b91d0c420e8c9dbdaf9a925ed4730353940 Mon Sep 17 00:00:00 2001 From: Nico Rey Date: Sun, 27 Sep 2020 21:23:18 -0300 Subject: [PATCH] replace var name for ramfs --- templates/noaa.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/noaa.conf b/templates/noaa.conf index f408711..fd188d1 100644 --- a/templates/noaa.conf +++ b/templates/noaa.conf @@ -1,7 +1,7 @@ NOAA_HOME=/home/pi/raspberry-noaa NOAA_OUTPUT=/var/www/wx METEOR_OUTPUT=/var/www/wx/meteor -NOAA_AUDIO=/var/ramfs +RAMFS_AUDIO=/var/ramfs SAT_MIN_ELEV=30 METEOR_MIN_ELEV=30 SUN_MIN_ELEV=10 @@ -9,4 +9,4 @@ LOG_LEVEL=DEBUG LAT=change_latitude LON=change_longitude BIAS_TEE="enable_bias_tee" -DELETE_AUDIO=true \ No newline at end of file +DELETE_AUDIO=true