Remove incorrect comments

pull/90/head
Meo597 2025-05-17 18:28:29 +08:00
parent 0529a022f9
commit 70f22686ba
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ check_alpine() {
} }
check_if_running_as_root() { 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 if [ "$(id -u)" -eq 0 ]; then
return 0 return 0
else else

View File

@ -116,7 +116,6 @@ systemd_cat_config() {
} }
check_if_running_as_root() { 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 if [[ "$(id -u)" -eq 0 ]]; then
return 0 return 0
else else