Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo "checking running node.js scripts:"
  4. forever list
  5.  
  6. <?php
  7. // ....
  8. $resp_script = shell_exec("/var/www/scripts/foreverList.sh 2>&1");
  9. echo "<pre>$resp_script</pre>";
  10.  
  11. TypeError: Object Error: EACCES, permission denied '/root/.forever/sock' has no method 'forEach'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement