🐛: 修改install.sh

This commit is contained in:
Evil0ctal 2024-04-22 21:26:11 -07:00
parent acbb40cacf
commit 4e4473f96d
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Type=simple
User=root User=root
Group=root Group=root
WorkingDirectory=/www/wwwroot/Douyin_TikTok_Download_API 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 Restart=always
[Install] [Install]

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
python3 start.py /www/wwwroot/Douyin_TikTok_Download_API/venv/bin/python3 start.py