Remove duplicate shellcheck directive

This commit is contained in:
TheSpad 2022-09-10 16:28:06 +01:00
parent 255b2a1b11
commit 0f6c8bd028
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -1,6 +1,5 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
# shellcheck shell=bash # shellcheck shell=bash
# shellcheck shell=bash
if [[ -f "/mod-repo-packages-to-install.list" ]]; then if [[ -f "/mod-repo-packages-to-install.list" ]]; then
IFS=' ' read -ra REPO_PACKAGES <<< "$(cat /mod-repo-packages-to-install.list)" IFS=' ' read -ra REPO_PACKAGES <<< "$(cat /mod-repo-packages-to-install.list)"