Last active 1 year ago

Revision 71d3b4055c17de25a3e2898d487c7a8aca16edc9

freshrss_update.sh Raw
1#!/bin/bash
2if [[ ! $(pgrep -f "php /var/www/rss.tld/app/actualize_script.php") ]]; then
3 php /var/www/rss.tld/app/actualize_script.php >> /tmp/FreshRSS.log 2>&1
4else
5 echo "nope"
6fi