Add a dot before the compose key name

This commit is contained in:
Rodolphe Breard 2019-04-28 10:46:03 +02:00
parent 07e4884945
commit dafbfbb4ba

View file

@ -3,7 +3,7 @@
# a symbolic link to point to a file containing the name of the key that # a symbolic link to point to a file containing the name of the key that
# will be used as a compose key. # 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 if [ -f "$COMPOSE_KEY_FILE" ]; then
COMPOSE_KEY=$(cat "$COMPOSE_KEY_FILE") COMPOSE_KEY=$(cat "$COMPOSE_KEY_FILE")