From ab650ac00699711415c7738442df902e0086980d Mon Sep 17 00:00:00 2001 From: thespad Date: Thu, 27 Jun 2024 16:30:37 +0100 Subject: [PATCH] Add missing shellcheck format --- root/migrations/02-default-location | 1 + 1 file changed, 1 insertion(+) diff --git a/root/migrations/02-default-location b/root/migrations/02-default-location index 7d46d8c..2c7603e 100755 --- a/root/migrations/02-default-location +++ b/root/migrations/02-default-location @@ -1,4 +1,5 @@ #!/usr/bin/with-contenv bash +# shellcheck shell=bash DEFAULT_CONF="/config/nginx/site-confs/default.conf" OLD_ROOT="root /var/www/localhost/heimdall/public;"