🐛: 修改install.sh
This commit is contained in:
parent
acbb40cacf
commit
4e4473f96d
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ Type=simple
|
|||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/www/wwwroot/Douyin_TikTok_Download_API
|
||||
ExecStart=python3 start.py
|
||||
ExecStart=/www/wwwroot/Douyin_TikTok_Download_API/venv/bin/python3 start.py
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
2
start.sh
2
start.sh
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
python3 start.py
|
||||
/www/wwwroot/Douyin_TikTok_Download_API/venv/bin/python3 start.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue