mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:27:00 +00:00
add ignores for shellcheck
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# trunk-ignore-all(shellcheck/SC2016)
|
||||
|
||||
set -o errexit # treat errors as fatal
|
||||
set -o nounset # treat unset variables as an error
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# trunk-ignore-all(shellcheck/SC2016)
|
||||
|
||||
set -e
|
||||
|
||||
echo "Starting entrypoint script..."
|
||||
|
||||
Reference in New Issue
Block a user