fixed defaults for RECORDING_LENGTH

removed unneeded quotation marks
This commit is contained in:
Patrick McGuire
2021-10-02 09:51:26 -04:00
parent 9ff77526a4
commit 41d4644606
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ else
STAMP="%H:%M:%S"
fi
[ -z RECORDING_LENGTH ] || RECORDING_LENGTH=12
[ -z $RECORDING_LENGTH ] && RECORDING_LENGTH=12
if pgrep arecord &> /dev/null ;then
echo "Recording"