From 0f6c8bd028a57c434ce19a30172d6f2ecfe4b3e8 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 10 Sep 2022 16:28:06 +0100 Subject: [PATCH] Remove duplicate shellcheck directive --- root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run | 1 - 1 file changed, 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run b/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run index ff5a4f6..254b3dc 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/run @@ -1,6 +1,5 @@ #!/usr/bin/with-contenv bash # shellcheck shell=bash -# shellcheck shell=bash if [[ -f "/mod-repo-packages-to-install.list" ]]; then IFS=' ' read -ra REPO_PACKAGES <<< "$(cat /mod-repo-packages-to-install.list)"