add '#!/bin/bash' to all .sh files

pull/90/head
Aevann 2023-01-20 08:19:38 +02:00
parent 35346b9859
commit d5e714d1b3
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
cd /rDrama
. ./.env
gunicorn files.__main__:app -w 3

View File

@ -1,3 +1,5 @@
#!/bin/bash
. ./.env
export DATABASE_URL="postgresql://postgres@postgres:5432"
export REDIS_URL="redis://redis:6379"

View File

@ -1,3 +1,5 @@
#!/bin/bash
apt -y update
apt -y upgrade
apt -y install git redis-server python3-pip ffmpeg tmux nginx snapd ufw gpg-agent htop nano