{
if(must_modify) {
cerr << _(
"User 'root' is needed to initially generate the database.")
"You are not root. Some problems may occur.")
<< endl;
exit(1);
return;
}
modify = false;