Skip to content
Snippets Groups Projects
Commit ba1612b8 authored by Vincent Le gallic's avatar Vincent Le gallic
Browse files

typo, oublié d'enlever le .example

parent ab2f04c6
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ install:
install -d -m 0755 ~/bin
install -m 0755 client.py ~/bin/${cmd_name}
install -d -m 0755 ~/.config/${cmd_name}
install -m 0644 clientconfig.example.py ~/.config/${cmd_name}
install -m 0644 clientconfig.example.py ~/.config/${cmd_name}/clientconfig.py
@if [ "${cmd_name}" != "${cmd_original_name}" ]; then make --quiet rerename; fi
install-server:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment