From: Guillaume Pellerin Date: Sat, 26 Feb 2022 23:15:44 +0000 (+0100) Subject: fix quotes X-Git-Tag: 1.1~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c73cfd5f93aab6e453b55776f15e78534b4e5462;p=telecaster-server.git fix quotes --- 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