X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=myip%2Finstall.sh;h=a544cd7907867b8987d8ed496c62525e1ff8efcc;hb=05b8f37fb5d32c221a8f32ffffeb03b1f1eae614;hp=2f908b561dd341d1a5861eedf8454447dc83243d;hpb=ca7a838c6fde6052124947ff442aa9e6056f5e28;p=webi-installers%2F.git diff --git a/myip/install.sh b/myip/install.sh index 2f908b5..a544cd7 100644 --- a/myip/install.sh +++ b/myip/install.sh @@ -1,8 +1,8 @@ #!/bin/bash +set -e +set -u function __init_myip() { - set -e - set -u rm -f "$HOME/.local/bin/myip" webi_download "$WEBI_HOST/packages/myip/myip.sh" "$HOME/.local/bin/myip"