Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # sh -x /apps/eggdrop/etc/init.d/S99eggdrop start
  2. + pwd
  3. + PWD=/root
  4. + grep EGGDROP /conf/config
  5. + eval EGGDROP='ON'
  6. + EGGDROP=ON
  7. + basename /apps/eggdrop/etc/init.d/S99eggdrop
  8. + O=S99eggdrop
  9. + grep PLUGIN_WEBDIRS /conf/config
  10. + grep -q eggdrop
  11. + echo 0
  12. + [ 0 -ne 0 ]
  13. + MSG=Starting eggdrop:
  14. + echo -n Starting eggdrop:
  15. Starting eggdrop: + chown -R www-data:www-data /apps/eggdrop
  16. + [ ! -f /tmp/config-plugins/eggdrop_wec.php ]
  17. + [ ON == ON -o start == forcestart ]
  18. + cd /apps/eggdrop
  19. + [ -f pid.eggdrop ]
  20. + sudo -u www-data ./eggdrop.conf
  21. + [ 127 -ne 0 ]
  22. + echo failed!
  23. failed!
  24. + logger -t S99eggdrop -p warn Starting eggdrop: failed!
  25. + cd /apps/eggdrop
  26. + exit 2
Add Comment
Please, Sign In to add comment