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