-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0985b33
commit 6d86615
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Due to a bug in appleboy/ssh-action@master, some commands shows error and fails to execute. | ||
# So, running a bash file instead of commands | ||
|
||
echo $1 > /opt/TorrentSeedr/TorrentSeedr/src/config.json && pkill -f torrentseedr.py ; source /opt/TorrentSeedr/venv/bin/activate && cd /opt/TorrentSeedr/TorrentSeedr && pip install -r requirements.txt && screen -dm python3 torrentseedr.py | ||
echo $1 > /opt/TorrentSeedr/TorrentSeedr/src/config.json ; source /opt/TorrentSeedr/venv/bin/activate && cd /opt/TorrentSeedr/TorrentSeedr && pip install -r requirements.txt && pm2 restart TorrentSeedr |