webapp: Fix deletion of current repository directory.

removeDirectoryRecursive "." fails; need full path.

I think this is a reversion introduced in the relative path conversion, in
january of *last* year!
This commit is contained in:
Joey Hess 2016-01-29 14:04:39 -04:00
parent 5e4ddd32a0
commit ef4b4c3856
Failed to extract signature
4 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-01-29T17:59:18Z"
content="""
Reproduced this. The repository deletion seems to work, except it falls on
the last hurdle, of removing the actual repository itself. This also
prevents the webapp from shutting down properly.
So, to get out of this state, kill git-annex and delete the directory
yourself.
"""]]