diff --git a/rsconf/component/rsconf.py b/rsconf/component/rsconf.py index c850c5b0..e78fb336 100644 --- a/rsconf/component/rsconf.py +++ b/rsconf/component/rsconf.py @@ -68,7 +68,7 @@ def host_init(j2_ctx, host): if not host in y: y[host] = _passwd_entry(j2_ctx, host) pkjson.dump_pretty(y, filename=jf) - c = f'curl {j2_ctx.rsconf_db.http_host + "/index.sh" if s else ""} | install_server={j2_ctx.rsconf_db.http_host} bash -s {host}' + c = f'curl {j2_ctx.rsconf_db.http_host + ("/index.sh" if s else "")} | install_server={j2_ctx.rsconf_db.http_host} bash -s {host}' if s: return f"""Bootstrapping build server Run: