aboutsummaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorromangraef <romangraef@loves.dicksinhisan.us>2018-10-14 09:38:05 +0200
committerromangraef <romangraef@loves.dicksinhisan.us>2018-10-14 09:38:05 +0200
commit2e09fe0b572d36367f448b008d6121e6a6436329 (patch)
tree90de2085eb9dc24d7f542c2356603cd4a13fce04 /launch.sh
parent8282428a268f87a0a4d68790521e57904826309e (diff)
downloadnotaselfbotv2finalforsure-master.tar.gz
notaselfbotv2finalforsure-master.tar.bz2
notaselfbotv2finalforsure-master.zip
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/launch.sh b/launch.sh
index dd26e56..23a0a74 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,8 +1,5 @@
#!/usr/bin/env bash
scriptdir=$(dirname $(readlink -f $0))
cd ${scriptdir}
-while true
-do
- `pwd`/venv/bin/python main.py &>$HOME/logs/discordbot
-done
+screen -dmS notaselfbot ${scriptdir}/venv/bin/python main.py