|
|
@ -435,7 +435,7 @@ namespace options |
|
|
errs_->push_back({0,"branches not set"}); |
|
|
errs_->push_back({0,"branches not set"}); |
|
|
if(cfg.mountpoint->empty()) |
|
|
if(cfg.mountpoint->empty()) |
|
|
errs_->push_back({0,"mountpoint not set"}); |
|
|
errs_->push_back({0,"mountpoint not set"}); |
|
|
::_check_for_mount_loop(cfg,errs_); |
|
|
|
|
|
|
|
|
::_check_for_mount_loop(errs_); |
|
|
if(!errs_->empty()) |
|
|
if(!errs_->empty()) |
|
|
return; |
|
|
return; |
|
|
|
|
|
|
|
|
|