diff --git a/tmcd/tmcd.c b/tmcd/tmcd.c index 7f3a7889e74d0dc69f5394fc94a877ef02c73ffe..31f0da476cabb399aab39bf0383d325048532e64 100644 --- a/tmcd/tmcd.c +++ b/tmcd/tmcd.c @@ -8018,7 +8018,8 @@ COMMAND_PROTOTYPE(doemulabconfig) while (nrows--) { row = mysql_fetch_row(res); - if (!strcmp(row[1], "boss") || !strcmp(row[1], "boss+router")) { + if (!strcmp(row[1], "boss") || !strcmp(row[1], "boss+router") || + !strcmp(row[1], "boss+fs+router")) { bufp += OUTPUT(bufp, ebufp - bufp, "BOSSNODE=%s\n", row[3]); bufp += OUTPUT(bufp, ebufp - bufp, "BOSSIP=%s\n",