From 670c0dc556966afc0bfca8781db0af56cd8a8080 Mon Sep 17 00:00:00 2001 From: SinusFox Date: Sat, 29 Nov 2025 19:49:28 +0100 Subject: [PATCH] Fix: shell file did not work --- run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index efa5b0d..c2d287a 100755 --- a/run.sh +++ b/run.sh @@ -1,2 +1,4 @@ +#!/bin/bash + # start python bot -python pawhub-bot.py +fish -c 'source venv/bin/activate.fish; python pawhub-bot.py'