Remove stray esac and adjust indentation
This commit is contained in:
parent
78072dcce7
commit
b5b1d5911b
@ -29,8 +29,6 @@ for vhost in ${domains[@]}; do # for each vhost
|
|||||||
pacman -S --noconfirm certbot
|
pacman -S --noconfirm certbot
|
||||||
certbot -d "$vhost" certonly --standalone --register-unsafely-without-email --agree-tos # request cert with certbot
|
certbot -d "$vhost" certonly --standalone --register-unsafely-without-email --agree-tos # request cert with certbot
|
||||||
fi
|
fi
|
||||||
esac
|
|
||||||
|
|
||||||
[ ! -d "$certdir[$index]" ] && echo "Error locating or installing SSL certificate." && exit 1
|
[ ! -d "$certdir[$index]" ] && echo "Error locating or installing SSL certificate." && exit 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user