From c975e47412f2a5566b7687905115b5672fa69b6f Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Sun, 22 Feb 2026 21:06:33 +0000 Subject: [PATCH] updated autorun.sh to use full paths --- scripts/autorun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autorun.sh b/scripts/autorun.sh index 4c7ff29..351f309 100644 --- a/scripts/autorun.sh +++ b/scripts/autorun.sh @@ -1,2 +1,2 @@ #!/bin/bash -copy.sh && start_bot.sh \ No newline at end of file +/config/scripts/copy.sh && /config/scripts/start_bot.sh \ No newline at end of file