Update config file to delete current directory

Deletes the directory cloned from GitHub
This commit is contained in:
Matthew Grove
2019-04-09 19:07:23 +01:00
parent 6e956dac92
commit 69f211a42a

2
config
View File

@@ -70,6 +70,8 @@ echo -e "\033[1;32m[OK]\033[0m Files reorganised successfully"
# refresh PATH
source ~/.profile
echo -e "\033[1;32m[OK]\033[0m PATH refreshed successfully"
# delete current directory (the one cloned from GitHub)
rmdir "$(pwd -P)"
# display final success message
echo -e "\033[1;32m[OK]\033[0m Bluetooth Proximity Locking configured successfully"