Add a dot before the compose key name
This commit is contained in:
parent
07e4884945
commit
dafbfbb4ba
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# a symbolic link to point to a file containing the name of the key that
|
||||
# will be used as a compose key.
|
||||
|
||||
COMPOSE_KEY_FILE="$HOME/compose_key"
|
||||
COMPOSE_KEY_FILE="$HOME/.compose_key"
|
||||
|
||||
if [ -f "$COMPOSE_KEY_FILE" ]; then
|
||||
COMPOSE_KEY=$(cat "$COMPOSE_KEY_FILE")
|
||||
|
|
Loading…
Reference in a new issue