mirror of https://github.com/XTLS/Xray-install
Alpine: Hide debug information
parent
fc8c3ed1c6
commit
1a277b82d9
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env ash
|
#!/usr/bin/env ash
|
||||||
# shellcheck shell=dash
|
# shellcheck shell=dash
|
||||||
|
|
||||||
set -euxo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
check_alpine() {
|
check_alpine() {
|
||||||
if [ -f /etc/alpine-release ]; then
|
if [ -f /etc/alpine-release ]; then
|
||||||
|
|
Loading…
Reference in New Issue