Update comment to be more helpful

This commit is contained in:
Matthew Grove
2019-04-04 15:13:03 +01:00
parent 72b34c55d8
commit 80d5675432

2
config
View File

@@ -58,7 +58,7 @@ mkdir ~/.bluetooth-proximity-locking > /dev/null 2>&1
mkdir bin > /dev/null 2>&1 mkdir bin > /dev/null 2>&1
mv btpl.sh bin/btpl > /dev/null 2>&1 mv btpl.sh bin/btpl > /dev/null 2>&1
mv reconfigure bin/btpl-reconfig > /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 if ! grep -Fq 'export PATH=$PATH":$HOME/.bluetooth-proximity-locking/bin"' ~/.profile
then then
echo 'export PATH=$PATH":$HOME/.bluetooth-proximity-locking/bin"' >> ~/.profile echo 'export PATH=$PATH":$HOME/.bluetooth-proximity-locking/bin"' >> ~/.profile