mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
fix audio capture after notifications
This commit is contained in:
@@ -502,7 +502,13 @@ if [ -f "$CSVFILE" ]; then
|
||||
fi
|
||||
|
||||
# Add a reference to the tweet to RECORD[7] (if no audio is available) or RECORD[11] (if audio is available)
|
||||
if [[ -n "${RECORD[7]}" ]] && [[ -n "$LINK" ]]; then RECORD[12]="$LINK"; else RECORD[7]="$LINK"; fi
|
||||
if [[ -n "$LINK" ]]; then
|
||||
if [[ -n "${RECORD[7]}" ]]; then
|
||||
RECORD[12]="$LINK"
|
||||
else
|
||||
RECORD[7]="$LINK"
|
||||
fi
|
||||
fi
|
||||
# LOG "Tweet sent!"
|
||||
LOG "TWURL results: $LINK"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user