You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this, but I need a couple of forwards. When I create a couple of forwards the config environment variable will become a long string, so it will become a potential failure.
Is it possible to create a config file, that will be the same a the config, but then newline separated?
So the script to load to config will be like:
if [ -z"$SMF_CONFIG" ];then
SMF_CONFIG=$(cat /smf_config.txt | tr '\n'';')fi
that script is not tested, just a thinking around..
The text was updated successfully, but these errors were encountered:
It looks like it's a convenient way to load the config to the environment variable; if it works as expected, I'd like to accept a PR to add it to README as a recommended way to load the config from the file.
Hi,
I want to use this, but I need a couple of forwards. When I create a couple of forwards the config environment variable will become a long string, so it will become a potential failure.
Is it possible to create a config file, that will be the same a the config, but then newline separated?
So the script to load to config will be like:
that script is not tested, just a thinking around..
The text was updated successfully, but these errors were encountered: