From 80d567543272dfa172cee343a4af36b5e51983df Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Thu, 4 Apr 2019 15:13:03 +0100 Subject: [PATCH] Update comment to be more helpful --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 1f1d172..46928ad 100755 --- a/config +++ b/config @@ -58,7 +58,7 @@ mkdir ~/.bluetooth-proximity-locking > /dev/null 2>&1 mkdir bin > /dev/null 2>&1 mv btpl.sh bin/btpl > /dev/null 2>&1 mv reconfigure bin/btpl-reconfig > /dev/null 2>&1 -# add commands 'btpl' and 'btpl-reconfig' to PATH +# add commands to PATH if ! grep -Fq 'export PATH=$PATH":$HOME/.bluetooth-proximity-locking/bin"' ~/.profile then echo 'export PATH=$PATH":$HOME/.bluetooth-proximity-locking/bin"' >> ~/.profile