mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
repofs kinda working
This commit is contained in:
@@ -9,5 +9,5 @@ CommandMount::CommandMount() : Command("mount") {
|
||||
}
|
||||
|
||||
void CommandMount::run(Context ctx) {
|
||||
RepoFS::start(ctx.repo, "./hi");
|
||||
RepoFS::start(ctx.repo, ctx.repo->getConfig().getStr("to"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user