fix script args
diff --git a/xos/configurations/frontend/Makefile b/xos/configurations/frontend/Makefile
index 9fe88a3..52d6fd8 100644
--- a/xos/configurations/frontend/Makefile
+++ b/xos/configurations/frontend/Makefile
@@ -21,7 +21,7 @@
onboarding:
echo "[ONBOARDING]"
# on-board any services here
- bash ../common/wait_for_onboarding_ready.sh $(XOS_BOOTSTRAP_PORT)
+ bash ../common/wait_for_onboarding_ready.sh $(XOS_BOOTSTRAP_PORT) xos
bash ../common/wait_for_xos_port.sh $(XOS_UI_PORT)
frontendconfig: