Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bash script for creating multiple stream writers #13271

Merged
merged 10 commits into from
Jul 19, 2022
Prev Previous commit
Next Next commit
Noting that the script needs to be executable
Final fine-tuning. Even non-beginner bash script guides generally instruct running chmod +x when creating new script.
  • Loading branch information
villepeh committed Jul 18, 2022
commit 59c7695f04df4c7d7c808f2ae2d37d02cb0effa2
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ EXAMPLECONFIG

Copy the code above save it to a file ```create_stream_writers.sh``` (for example).

Make the script executable by running ```chmod +x create_stream_writers.sh```.

## Run the script to create workers and print out a sample configuration

Simply run the script to create YAML files in the current folder and print out the required configuration for ```homeserver.yaml```.
Expand Down