Alpine: Hide debug information

pull/86/head
Meo597 2025-04-12 01:08:29 +08:00
parent fc8c3ed1c6
commit 1a277b82d9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ash
# shellcheck shell=dash
set -euxo pipefail
set -euo pipefail
check_alpine() {
if [ -f /etc/alpine-release ]; then