Additional Attributes
Additional Attributes for install script
You can add aditional Attributes to the install script for faster deployment or custom service names.
This is optional and not required!
You can add a Suffix to the Service Name with:
bash scripts/install.sh --service_suffix=SUFFIX
And you can change the Config Path, please use a absolute Path:
bash scripts/install.sh --config_path=/THIS/IS/A/EXAMPLE/PATH
You can also use both arguments on the same time:
bash scripts/install.sh --service_suffix=SUFFIX --config_path=/THIS/IS/A/EXAMPLE/PATH
Last updated