From 98ec6de23d19bbe96c0a315bbc1a9c092ca841ba Mon Sep 17 00:00:00 2001 From: Andy Miles Date: Mon, 9 Dec 2024 18:32:24 -0800 Subject: [PATCH] fix install issue --- terraform/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/setup.sh b/terraform/setup.sh index 82c9fbc..212732a 100755 --- a/terraform/setup.sh +++ b/terraform/setup.sh @@ -32,7 +32,7 @@ if ! sudo chown -R ubuntu:ubuntu "$WORKDIR"; then fi # Run as the ubuntu user -sudo -u ubuntu bash <