mirror of
https://github.com/Threnklyn/BitDay-Linux.git
synced 2026-05-18 20:13:27 +02:00
Forgot to actually remove the files when prompted on uninstall
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user