You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tomb v2 requires that the tomb file must have it's file extension set to .tomb, otherwise refuses to open it. I don't want to leave a clue of which tool I use to open said file.
The text was updated successfully, but these errors were encountered:
two bugs were left behind by the last refactoring, one about
consistency of the mountpoint naming (now using $TOMBNAME everywhere,
without the added .tomb extension as per #180), the other about a
missing _sudo to prefix rmdir commands.
Test suite has been updated accordingly.
This fix introduces a mandatory condition for the next update: all
tombs must be closed when upgrading the tomb script, else it will not
be able to correctly close them.
Tomb v2 requires that the tomb file must have it's file extension set to
.tomb
, otherwise refuses to open it. I don't want to leave a clue of which tool I use to open said file.The text was updated successfully, but these errors were encountered: