Traefik fixes

This commit is contained in:
tremor021 2025-08-19 15:25:26 +02:00
parent 9e23e43fc8
commit 587cfd883a

View File

@ -149,6 +149,7 @@ cat <<'EOF' >/usr/bin/addsite
#!/bin/bash #!/bin/bash
function setup_site() { function setup_site() {
set -e
hostname="$(whiptail --inputbox "Enter the hostname of the Site" 8 78 --title "Hostname" 3>&1 1>&2 2>&3)" hostname="$(whiptail --inputbox "Enter the hostname of the Site" 8 78 --title "Hostname" 3>&1 1>&2 2>&3)"
exitstatus=$? exitstatus=$?
[[ "$exitstatus" = 1 ]] && return; [[ "$exitstatus" = 1 ]] && return;