Skip to content

Commit

Permalink
Update action.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TechiError authored Dec 31, 2022
1 parent 1fe2c4c commit ab6dab0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions action.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
cp ultroid/.env /root/TeamUltroid/.env
cd /root/TeamUltroid && ls
if grep -q MONGO_URI /root/TeamUltroid/.env; then
pip3 install pymongo
elif grep -q REDIS_URI /root/TeamUltroid/.env; then
pip3 install redis hiredis
fi
trap 'exit()'
timeout --preserve-status 19500 bash startup &
pid=$!
Expand Down

0 comments on commit ab6dab0

Please sign in to comment.