diff options
author | EuAndreh <eu@euandre.org> | 2023-02-27 07:03:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-27 07:03:35 -0300 |
commit | fd7fd2d9de3b47c02e5e81e9e172107ddd130f56 (patch) | |
tree | a9795af2bd85c818287c6252af6f519ba0853a48 /bin/update | |
parent | bin/reconfigure: Fix detection if running in a Guix system (diff) | |
download | dotfiles-fd7fd2d9de3b47c02e5e81e9e172107ddd130f56.tar.gz dotfiles-fd7fd2d9de3b47c02e5e81e9e172107ddd130f56.tar.xz |
bin/update: Declare $HOSTNAME explicitly (ShellCheck offense)
Diffstat (limited to 'bin/update')
-rwxr-xr-x | bin/update | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ done shift $((OPTIND - 1)) +HOSTNAME="$(hostname)" if [ -e /etc/nixos/configuration.nix ]; then pass show "$HOSTNAME"/andreh | head -n1 | |