We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bb44d commit 5c19322Copy full SHA for 5c19322
_shrc
@@ -58,6 +58,6 @@ export LROOT MHOST MPATH OSMIR OSREL OSTYP SQCMD SQDNS TAREA TCITY
58
export UPASS UPATH UUSER U_GID U_SHL U_UID VHOST VPATH VUSER V_PHP
59
export WPASS WPATH WPUSR WUGID
60
export -f chktime f getdb gethost getuser getusers go2 grepuser
61
-export -f newuid sethost setuser sc sx get_fqdn getent hostname
+export -f newuid sethost setuser sc sx get_fqdn hostname
62
63
[[ $DEBUG ]] && set +x
lib/functions.sh
@@ -12,6 +12,7 @@ if [[ $OSTYP == openwrt ]]; then
12
elif [[ $1 == group ]]; then
13
cat /etc/group
14
fi
15
+ export -f getent
16
}
17
elif [[ $OSTYP == alpine ]]; then
18
sc() {
0 commit comments