Add files via upload

This commit is contained in:
mutto233
2018-06-27 03:19:04 -04:00
committed by GitHub
parent 12a3a7a4c6
commit 943413768b
2 changed files with 8 additions and 0 deletions

View File

@@ -121,6 +121,10 @@ if [ "${#CHANNEL_DIR_ARR[@]}" -gt 1 ]; then
fi
done
if [ -z $NEXT_CHANNEL ]; then
$NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
fi
echo "+++++ The next channel is: $NEXT_CHANNEL"
# Write next channel to previous channel file to reference later

View File

@@ -115,6 +115,10 @@ if [ "${#CHANNEL_DIR_ARR[@]}" -gt 1 ]; then
fi
done
if [ -z $NEXT_CHANNEL ]; then
$NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
fi
echo "+++++ The next channel is: $NEXT_CHANNEL"
# Write next channel to previous channel file to reference later