{"id":265,"date":"2015-12-08T03:04:37","date_gmt":"2015-12-08T01:04:37","guid":{"rendered":"http:\/\/catyellow.net\/blog\/?p=265"},"modified":"2018-06-02T22:41:25","modified_gmt":"2018-06-02T20:41:25","slug":"dont-run-script-if-its-running","status":"publish","type":"post","link":"https:\/\/catyellow.net\/blog\/?p=265","title":{"rendered":"Don&#8217;t run script if it&#8217;s running"},"content":{"rendered":"<p>The script will start only in case if the same script is not running.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n#!\/bin\/bash\r\nif ps -ef | grep -v grep | grep &quot;process name&quot; ; then\r\n    echo &quot;process running&quot;\r\n    exit 0\r\nelse\r\n    echo &quot;process not running&quot;\r\n    exit 0\r\nfi\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The script will start only in case if the same script is not running.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[18],"_links":{"self":[{"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/265"}],"collection":[{"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=265"}],"version-history":[{"count":4,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/265\/revisions"}],"predecessor-version":[{"id":337,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/265\/revisions\/337"}],"wp:attachment":[{"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=265"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=265"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}