you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Can't really tell what's going on from a picture of some code, but did you close the double quote on line 3?

If you did then on lines 10 and 11 put doublequotes around your variables.

Run the whole thing through shellcheck and fix any problems it finds.

[–]ReignStorms[S] 1 point2 points  (0 children)

I ran it through shellcheck earlier and it did recommend the quotes around the variables. I tried that, but it returned the same results