From 2e09fe0b572d36367f448b008d6121e6a6436329 Mon Sep 17 00:00:00 2001 From: romangraef Date: Sun, 14 Oct 2018 09:38:05 +0200 Subject: stuff --- launch.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'launch.sh') 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 -- cgit