Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.22 KB | None | 0 0
  1. root@AngelBeats:/mnt/usb2/kotoriotoko/BIN# sh -x ./stwsrch.sh indonesia
  2. + set -um
  3. + umask 0022
  4. + export LC_ALL=C
  5. + type command
  6. + type getconf
  7. + export UNIX_STD=2003
  8. + webcmdpid=-1
  9. + d=./
  10. + [ _./ = _./stwsrch.sh/ ]
  11. + cd ./..
  12. + pwd
  13. + Homedir=/mnt/usb2/kotoriotoko
  14. + PATH=/mnt/usb2/kotoriotoko/UTL:/mnt/usb2/kotoriotoko/TOOL:/usr/bin:/usr/sbin:/bin:/sbin
  15. + . /mnt/usb2/kotoriotoko/CONFIG/COMMON.SHLIB
  16. + readonly KOTORIOTOKO_apikey=xxxxxxxxxxxxxxxxxxxxxx
  17. + readonly KOTORIOTOKO_apisec=xxxxxxxxxxxxxxxxxxxxxx
  18. + readonly MY_scname=xxxxxxxxxxxxxxxxxxxxxx
  19. + readonly MY_apikey=xxxxxxxxxxxxxxxxxxxxxx
  20. + readonly MY_apisec=xxxxxxxxxxxxxxxxxxxxxx
  21. + readonly MY_atoken=xxxxxxxxxxxxxxxxxxxxxx
  22. + readonly MY_atksec=xxxxxxxxxxxxxxxxxxxxxx
  23. + readonly MY_bearer=xxxxxxxxxxxxxxxxxxxxxx
  24. + type openssl
  25. + CMD_OSSL=openssl
  26. + type curl
  27. + CMD_CURL=curl
  28. + trap exit_trap EXIT HUP INT QUIT PIPE ALRM TERM
  29. + mktemp -d -t _stwsrch.sh.3295.XXXXXXXXXXX
  30. /mnt/usb2/kotoriotoko/UTL/mktemp: line 307: syntax error: unexpected end of file (expecting "}")
  31. + Tmp=
  32. + error_exit 1 Failed to mktemp
  33. + : false
  34. + echo stwsrch.sh: Failed to mktemp
  35. stwsrch.sh: Failed to mktemp
  36. + exit_trap 1
  37. + trap - EXIT HUP INT QUIT PIPE ALRM TERM
  38. + [ -d  ]
  39. + :
  40. + exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement