open-url-in-container icon indicating copy to clipboard operation
open-url-in-container copied to clipboard

minor fix to launcher.sh

Open lucienboland opened this issue 2 years ago • 0 comments

Great extension! Thanks.

If you are using the launcher.sh with "--signature=....." argument. You need to remove one of the "shift" lines (either line 98 or 99) in the "--signature=*)" clause of the argument handling while loop. Otherwise it could potentially skip over a argument following the "--signature=..." argument.

Might help someone. Alternatively simply use the '-s' or '--signature' without the '='.

Cheers

lucienboland avatar Feb 27 '23 10:02 lucienboland