From fd7fd2d9de3b47c02e5e81e9e172107ddd130f56 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Feb 2023 07:03:35 -0300 Subject: bin/update: Declare $HOSTNAME explicitly (ShellCheck offense) --- bin/update | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/update') diff --git a/bin/update b/bin/update index 53f0aa0..2f9091d 100755 --- a/bin/update +++ b/bin/update @@ -63,6 +63,7 @@ done shift $((OPTIND - 1)) +HOSTNAME="$(hostname)" if [ -e /etc/nixos/configuration.nix ]; then pass show "$HOSTNAME"/andreh | head -n1 | -- cgit v1.2.3