NorfairKing / super-user-spark

A safe way to never worry about your beautifully configured system again. (NO LONGER MAINTAINED. Use Nixos instead.)
MIT License
93 stars 9 forks source link

spark -r check has side effects #11

Closed plietar closed 8 years ago

plietar commented 8 years ago

If a symbolic link already exists but points to the wrong place, spark -r check will try to remove it.

I was expecting check to be completely free of side effects and only perform check. Calling it with -r should make the already exists and is a symbolic link but not to the source error become something like already exists but will be replaced, but not delete anything.