diff options
| author | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-08-28 21:33:51 +0900 |
|---|---|---|
| committer | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-08-28 21:33:51 +0900 |
| commit | e89ffb793f58a31036644052ed2402fd362d456b (patch) | |
| tree | 28a24f39300a7cb994ab9cb4abd523a87c8d09d4 /setup.py | |
| parent | 002f79ba1bd9e3abb39cb1fc487f450dd2f5fafc (diff) | |
| download | karpov_ai_bot-e89ffb793f58a31036644052ed2402fd362d456b.tar.gz karpov_ai_bot-e89ffb793f58a31036644052ed2402fd362d456b.zip | |
0.0.1
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -131,8 +131,8 @@ def systemd_unit_generator(): | |||
| 131 | 131 | ||
| 132 | print("Link unit from /etc/systemd/system/ ?") | 132 | print("Link unit from /etc/systemd/system/ ?") |
| 133 | if _yes(): | 133 | if _yes(): |
| 134 | _cmd("sudo mv ToolKit.service /etc/systemd/system/") | 134 | _cmd("sudo mv FunnyPineappleBot.service /etc/systemd/system/") |
| 135 | _cmd("sudo ln /etc/systemd/system/ToolKit.service ./ -s") | 135 | _cmd("sudo ln /etc/systemd/system/FunnyPineappleBot.service ./ -s") |
| 136 | break | 136 | break |
| 137 | else: | 137 | else: |
| 138 | _clear() | 138 | _clear() |
