Liandri ha revisionato questo gist 1 year ago. Vai alla revisione
1 file changed, 6 insertions
freshrss_update.sh(file creato)
| @@ -0,0 +1,6 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | if [[ ! $(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 | |
| 4 | + | else | |
| 5 | + | echo "nope" | |
| 6 | + | fi | |
Più nuovi
Più vecchi