pidd_list_environment_variables
This commit is contained in:
parent
7405da845d
commit
8004c604b3
1 changed files with 6 additions and 0 deletions
6
pidd.sh
6
pidd.sh
|
@ -13,6 +13,7 @@ pidd_main () {
|
|||
pidd_set_packages_repositories
|
||||
pidd_set_packages_configuration
|
||||
#
|
||||
pidd_list_environment_variables
|
||||
pidd_list_working_directory
|
||||
pidd_set_https_verification_off
|
||||
pidd_set_dns_resolving
|
||||
|
@ -482,6 +483,11 @@ pidd_set_packages_configuration () {
|
|||
|
||||
# agnostic steps
|
||||
|
||||
pidd_list_environment_variables () {
|
||||
pidd_step "List environment variables"
|
||||
env
|
||||
}
|
||||
|
||||
pidd_list_working_directory () {
|
||||
pidd_step "List working directory"
|
||||
pidd_list_working_directory__path="$(realpath .)"
|
||||
|
|
Loading…
Reference in a new issue