mirror of https://github.com/XTLS/Xray-install
Remove incorrect comments
parent
0529a022f9
commit
70f22686ba
|
@ -12,7 +12,6 @@ check_alpine() {
|
|||
}
|
||||
|
||||
check_if_running_as_root() {
|
||||
# If you want to run as another user, please modify $EUID to be owned by this user
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
return 0
|
||||
else
|
||||
|
|
|
@ -116,7 +116,6 @@ systemd_cat_config() {
|
|||
}
|
||||
|
||||
check_if_running_as_root() {
|
||||
# If you want to run as another user, please modify $EUID to be owned by this user
|
||||
if [[ "$(id -u)" -eq 0 ]]; then
|
||||
return 0
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue