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