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=SUFFIXAnd you can change the Config Path, please use a absolute Path:
bash scripts/install.sh --config_path=/THIS/IS/A/EXAMPLE/PATHYou can also use both arguments on the same time:
bash scripts/install.sh --service_suffix=SUFFIX --config_path=/THIS/IS/A/EXAMPLE/PATHLast updated