From c73cfd5f93aab6e453b55776f15e78534b4e5462 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 27 Feb 2022 00:15:44 +0100 Subject: [PATCH] fix quotes --- src/home/telecaster/.fluxbox/scripts/.env.sample | 2 +- .../telecaster/.fluxbox/scripts/tc_audio_mp3_icecast-gst1.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/home/telecaster/.fluxbox/scripts/.env.sample b/src/home/telecaster/.fluxbox/scripts/.env.sample index caece65..353cda3 100644 --- a/src/home/telecaster/.fluxbox/scripts/.env.sample +++ b/src/home/telecaster/.fluxbox/scripts/.env.sample @@ -16,4 +16,4 @@ VIDEO_FLIP=rotate-180 # Audio AUDIO_CHANNELS=2 AUDIO_OPUS_BITRATE=96000 -AUDIO_MP3_QUALITY="4.0" \ No newline at end of file +AUDIO_MP3_QUALITY=4.0 \ No newline at end of file diff --git a/src/home/telecaster/.fluxbox/scripts/tc_audio_mp3_icecast-gst1.sh b/src/home/telecaster/.fluxbox/scripts/tc_audio_mp3_icecast-gst1.sh index 0427348..1424f46 100755 --- a/src/home/telecaster/.fluxbox/scripts/tc_audio_mp3_icecast-gst1.sh +++ b/src/home/telecaster/.fluxbox/scripts/tc_audio_mp3_icecast-gst1.sh @@ -5,7 +5,7 @@ set -e # Audio AUDIO_CHANNELS=2 AUDIO_OPUS_BITRATE=96000 -AUDIO_MP3_QUALITY="4.0" +AUDIO_MP3_QUALITY=4.0 LOCAL_DIR=$(dirname "$0") if [ -f $LOCAL_DIR/.env ]; then -- 2.39.5