From 968d171699c096d304e181625123136c1f7d592e Mon Sep 17 00:00:00 2001 From: greysoh Date: Fri, 19 Jul 2024 14:31:07 -0400 Subject: [PATCH] chore: Cleanup comments. --- nixinfra/update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixinfra/update.sh b/nixinfra/update.sh index 0632209..05abd6d 100644 --- a/nixinfra/update.sh +++ b/nixinfra/update.sh @@ -20,9 +20,10 @@ fi if [[ "$UID" != "0" ]]; then # Hacky workaround for failing to read NIX_BUILD_ID when called like: - # ./update + # - $: ./update # but this works: - # sudo ./update + # - $: sudo su + # - #: ./update echo "NIX_BUILD_ID=$NIX_BUILD_ID" > /tmp/nixbuildid chmod +x /tmp/nixbuildid