From e474af4b6c23b4a2d2a23a3f534e91dbea1b1147 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 3 Oct 2023 18:18:01 +0200 Subject: [PATCH] enable shellcheck --- convertfromos.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/convertfromos.sh b/convertfromos.sh index d03411a..8701cab 100644 --- a/convertfromos.sh +++ b/convertfromos.sh @@ -9,6 +9,9 @@ # 6. Create systemd services for hbbs and hbbr # 7. If you choose Domain, it will install Nginx and Certbot, allowing the API to be available on port 443 (https) and get an SSL certificate over port 80, it is automatically renewed +# shellcheck disable=2034,2059,2164 +true + # Get username usern=$(whoami) admintoken=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c16)