Forgot to actually remove the files when prompted on uninstall

This commit is contained in:
Chen Asraf
2013-12-29 11:18:18 +02:00
parent 9546780e93
commit 0ed1987cfc
+1 -1
View File
@@ -32,7 +32,7 @@ echo
read -p "Delete this directory and its files? [y/n] " yn
case $yn in
[Yy]* )
echo "rm -R $pwd"
rm -R $pwd
;;
esac
echo