Closed kapstok closed 5 years ago
$USERNAME is a variable reserved in Unix for the logged in user. Calling
$USERNAME
$ export USERNAME="my-tradfri-username"
could lead to undesired results. To prevent this issue from happening to other variables* as well, all variables have the TF_ (TradFri) prefix.
TF_
* Variables used by other systems.
Wow that is a good find. First thing that came up in my mind was why whould you do that. But yeah you can do that.
$USERNAME
is a variable reserved in Unix for the logged in user. Callingcould lead to undesired results. To prevent this issue from happening to other variables* as well, all variables have the
TF_
(TradFri) prefix.* Variables used by other systems.