Update start.sh
Browse files
start.sh
CHANGED
@@ -6,7 +6,7 @@ else
|
|
6 |
echo "Cloning Custom Repo from $UPSTREAM_REPO "
|
7 |
git clone $UPSTREAM_REPO /Test-url-filter-bot
|
8 |
fi
|
9 |
-
cd /url-
|
10 |
pip3 install -U -r requirements.txt
|
11 |
echo "Starting Bot...."
|
12 |
python3 bot.py
|
|
|
6 |
echo "Cloning Custom Repo from $UPSTREAM_REPO "
|
7 |
git clone $UPSTREAM_REPO /Test-url-filter-bot
|
8 |
fi
|
9 |
+
cd /Test-url-filter-bot
|
10 |
pip3 install -U -r requirements.txt
|
11 |
echo "Starting Bot...."
|
12 |
python3 bot.py
|