summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcatlfish-dev/start.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/catlfish-dev/start.sh b/catlfish-dev/start.sh
index 9265210..e651fae 100755
--- a/catlfish-dev/start.sh
+++ b/catlfish-dev/start.sh
@@ -33,6 +33,10 @@ case $role in
boot=merge
;;
+ status)
+ boot=statusserver
+ ;;
+
*)
echo "catlfish: unknown role: $role"
exit 1