dns/printenv
This commit is contained in:
parent
ccc7619a6b
commit
e41d0e976f
1 changed files with 1 additions and 3 deletions
|
@ -208,7 +208,7 @@ spcd_dns() {
|
|||
name="SPCD_DNS_${index}"
|
||||
eval "value=\"\${name}\""
|
||||
[ -n "${value}" ] || break
|
||||
echo "${name} = \"${value}\""
|
||||
spcd_os_printenv "${name}"
|
||||
done
|
||||
;;
|
||||
"write")
|
||||
|
@ -465,8 +465,6 @@ SPCD_PM_ZYPPER="zypper"
|
|||
spcd_step__environment_defaults_print() {
|
||||
spcd_dns "list"
|
||||
set -- \
|
||||
\
|
||||
\
|
||||
"GIT_RWX" \
|
||||
"GIT_SPCD" \
|
||||
"GIT_SHUNIT" \
|
||||
|
|
Loading…
Reference in a new issue