From 0a51ab0ebf2bf9fd172e84de5a7f440e13c4177d Mon Sep 17 00:00:00 2001 From: mutto233 <39921339+mutto233@users.noreply.github.com> Date: Wed, 27 Jun 2018 03:34:28 -0400 Subject: [PATCH] Add files via upload --- multi-channel-bash-scripts/channeldown.sh | 2 +- multi-channel-bash-scripts/channelup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multi-channel-bash-scripts/channeldown.sh b/multi-channel-bash-scripts/channeldown.sh index 0109149..b9c3e15 100755 --- a/multi-channel-bash-scripts/channeldown.sh +++ b/multi-channel-bash-scripts/channeldown.sh @@ -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" diff --git a/multi-channel-bash-scripts/channelup.sh b/multi-channel-bash-scripts/channelup.sh index 2a4bf45..3aa60a9 100755 --- a/multi-channel-bash-scripts/channelup.sh +++ b/multi-channel-bash-scripts/channelup.sh @@ -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"