Add files via upload

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

View File

@@ -122,7 +122,7 @@ if [ "${#CHANNEL_DIR_ARR[@]}" -gt 1 ]; then
done
if [ -z $NEXT_CHANNEL ]; then
$NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
fi
echo "+++++ The next channel is: $NEXT_CHANNEL"

View File

@@ -116,7 +116,7 @@ if [ "${#CHANNEL_DIR_ARR[@]}" -gt 1 ]; then
done
if [ -z $NEXT_CHANNEL ]; then
$NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
fi
echo "+++++ The next channel is: $NEXT_CHANNEL"