mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-30 15:03:13 +00:00
Add files via upload
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user