From 81dea1c81ca901a60be55d1d9196242fa4c3bba9 Mon Sep 17 00:00:00 2001 From: Ilia Korshunov Date: Sun, 15 Jun 2025 18:24:55 +0300 Subject: [PATCH] small fix --- installTgBot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installTgBot.sh b/installTgBot.sh index 26ba416..7f06398 100644 --- a/installTgBot.sh +++ b/installTgBot.sh @@ -19,7 +19,7 @@ chown gem:gem /home/gem/printer_data/config/telegram-bot.cfg rm -rf ./space/ wget https://raw.githubusercontent.com/pjandro/fbS1Scripts/refs/heads/main/adds/tgBot.sh chmod +x ./tgBot.sh -cp ./kp.sh kp.sh_back +mv ./kp.sh kp.sh_back wget https://raw.githubusercontent.com/pjandro/fbS1Scripts/refs/heads/main/adds/kp.sh chmod +x ./kp.sh EOF