Unknown option - during installation

Hi there,
I am trieing to install CryoSparc but fails. After cd into /home/cryosparc/cryosparc_master and issuing the install command:

./install.sh --standalone --license $LICENSE_ID --worker_path /home/cryosparc/cryosparc_worker --ssdpath /scratch/cSPARC --initial_email “name@univerity.ch” --initial_password “PW” --initial_username “X” --initial_firstname “XX” --initial_lastname “YY” --port 39000 --dbpath /path/to_db/
the following is returned:
Unknown option: /home/cryosparc/cryosparc_worker

What could I do?
Since here the \ (backslash) are not the problem as previously stated.
Any advice?

Please ensure that
LICENSE_ID="your-unique-license-id"
has been defined in the shell where you run the
./install.sh command.
You can check by running the command

echo "$LICENSE_ID"

and confirming that your license ID is printed to the screen.

Ohhh so silly :see_no_evil:- thx a lot