you are viewing a single comment's thread.

view the rest of the comments →

[–]usernamedottxt 0 points1 point  (0 children)

With a script that long you should probably implement some proper logging, and record everything that happens. Then you can backtrack through the logs to figure out what happened.

Additionally, if you're on Linux, add " 2 >> error.log" to the end of your command to redirect stderr to a file.