From 82cb07811c2514d946b59f0cb05834b303195278 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Fri, 2 Feb 2024 07:14:32 +0100 Subject: [PATCH] setup.sh aktualisiert --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index a353a79..b979069 100644 --- a/setup.sh +++ b/setup.sh @@ -67,4 +67,4 @@ chmod +x start_bot.sh echo -e "Creating autostart script..." echo -e "[Unit]\nDescription=Telegram Support Bot\n\n[Service]\nExecStart=$(pwd)/start_bot.sh\n\n[Install]\nWantedBy=default.target" > telegram_bot.service sudo mv telegram_bot.service /etc/systemd/system/ -sudo systemctl enable telegram_bot \ No newline at end of file +sudo systemctl enable telegram_bot \ No newline at end of file