.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}'