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:
parent
5e4ddd32a0
commit
ef4b4c3856
4 changed files with 15 additions and 2 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue