From 33e7a0a0ef90d0df5be899d128b76035ee4904eb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 8 Oct 2024 15:50:49 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 5228999..a99d0ad 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,7 @@ #!/usr/bin/bash # XXX run self in nohup +# ..."$ make host" will likely break existing connections... # XXX TEST! # bootstrap... @@ -40,3 +41,4 @@ source ./.pct-helpers # XXX +# vim:set ts=4 sw=4 nowrap :