~chimo/dotfiles

c6f263c86d3759176e3335daa1aebcf084551ffa — chimo 3 months ago f726d61
.local/bin: hugo.sh - Remove -x
1 files changed, 1 insertions(+), 1 deletions(-)

M .local/bin/libs/hugo.sh
M .local/bin/libs/hugo.sh => .local/bin/libs/hugo.sh +1 -1
@@ 1,4 1,4 @@
#!/bin/sh -eux
#!/bin/sh -eu

get_ip_address() (
    incus list name=hugo -c 4 --format csv | awk '{print $1}'