clean.sh: make sudo always ask for the password
authorAntonio Ospite <ao2@ao2.it>
Sat, 10 Mar 2018 21:15:24 +0000 (22:15 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:30:04 +0000 (13:30 +0100)
commit9623d6a97b2569706649c4f19f9bac7fd4bba4ff
tree1dcc86b7f627b996930c007918c1edd70ec7f39a
parentcd743defc40ca012b819aac0d40feeffefdc79db
clean.sh: make sudo always ask for the password

Passing the --reset-timestamp option to sudo makes it ignore the cached
credentials and always ask for a password.

This is done to provide the user a second chance to think about what
they are doing, as the removal can be fairly destructive for
a development site.
libexec/clean.sh