jordankendall86

Results 3 comments of jordankendall86

Below is my revised bash script labeled "scrapyrt-9080": ``` #!/bin/bash if ! pgrep -x "scrapyrt" > /dev/null then SESSION_NAME=coinSpider sudo -i -u jordan tmux has-session -t $SESSION_NAME 2>/dev/null if [...

I was not able to get immortal.run to work. If anyone is familiar with it, then please provide an example of how to implement with scrapyrt instead of the bash...

I can't remember the details of how I got it to eventually work, but I know it was simple. I believe I programmed a bash script and used cron in...