diff --git a/retroshare-service/src/retroshare-service.cc b/retroshare-service/src/retroshare-service.cc index 010b644e3..8102686f0 100644 --- a/retroshare-service/src/retroshare-service.cc +++ b/retroshare-service/src/retroshare-service.cc @@ -237,7 +237,7 @@ int main(int argc, char* argv[]) int initResult = RsInit::InitRetroShare(conf); #ifdef RS_JSONAPI - RsInit::startupWebServices(conf); + RsInit::startupWebServices(conf,true); rstime::rs_usleep(1000000); // waits for jas->restart to print stuff #endif @@ -263,12 +263,12 @@ int main(int argc, char* argv[]) } std::cout << std::endl << std::endl - << colored(COLOR_GREEN,"Available accounts:") << std::endl; + << colored(COLOR_GREEN,"Available accounts:") << std::endl<( ceil(log(locations.size())/log(10.0)) ); for( uint32_t i=0; i