mirror of https://github.com/XTLS/Xray-install
Alpine: Hide debug information
parent
fc8c3ed1c6
commit
1a277b82d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue