aboutsummaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
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