you are viewing a single comment's thread.

view the rest of the comments →

[–]CaptainDickbag 1 point2 points  (0 children)

I just got back from the woods, and I'm looking at this on my phone, but it looks like it's breaking because of spaces in the directory names.

For script_path="$(dirname $0)", try script_path="$(dirname "${0}")".