From 8158ea6e1bb1ebba2355b78807bcabbadae52a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 7 Jul 2022 08:13:44 +0200 Subject: [PATCH] added screenkill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 8656da8..8c43008 100644 --- a/start.sh +++ b/start.sh @@ -9,4 +9,5 @@ fi screen -m -d meme-of-the-day sleep 5 screen -S meme-of-the-day -X stuff 'cd /var/www/html/meme-of-the-day-wallpaper/\n' -screen -S meme-of-the-day -X stuff 'python3 save-image.py\n' \ No newline at end of file +screen -S meme-of-the-day -X stuff 'python3 save-image.py\n' +screen -S meme-of-the-day -X stuff 'screen -X -S meme-of-the-day kill\n' \ No newline at end of file