From 7913195a38b57eb3e20aff535033bf3bb067870b Mon Sep 17 00:00:00 2001 From: Musab Erdem Date: Tue, 11 Jun 2024 10:31:30 +0200 Subject: [PATCH] =?UTF-8?q?Testkommentare=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 3 ++- update.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 3cdd716..fc67358 100644 --- a/start.sh +++ b/start.sh @@ -1,3 +1,4 @@ #!/bin/bash source .venv/bin/activate -python main.py \ No newline at end of file +python main.py +#test \ No newline at end of file diff --git a/update.sh b/update.sh index 7aca89d..0ca7285 100644 --- a/update.sh +++ b/update.sh @@ -2,4 +2,5 @@ git checkout main git reset --hard git fetch -git reset --hard origin/main \ No newline at end of file +git reset --hard origin/main +#test \ No newline at end of file