mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-23 19:53:28 +00:00
Add files via upload
This commit is contained in:
@@ -122,7 +122,7 @@ if [ "${#CHANNEL_DIR_ARR[@]}" -gt 1 ]; then
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ -z $NEXT_CHANNEL ]; then
|
if [ -z $NEXT_CHANNEL ]; then
|
||||||
$NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
|
NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "+++++ The next channel is: $NEXT_CHANNEL"
|
echo "+++++ The next channel is: $NEXT_CHANNEL"
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ if [ "${#CHANNEL_DIR_ARR[@]}" -gt 1 ]; then
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ -z $NEXT_CHANNEL ]; then
|
if [ -z $NEXT_CHANNEL ]; then
|
||||||
$NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
|
NEXT_CHANNEL=${CHANNEL_DIR_SORTED[0]}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "+++++ The next channel is: $NEXT_CHANNEL"
|
echo "+++++ The next channel is: $NEXT_CHANNEL"
|
||||||
|
|||||||
Reference in New Issue
Block a user