diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-26 20:46:49 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-26 20:46:49 +0100 |
| commit | 78031a9080cb024049b5d0e7ce90898099ea98f7 (patch) | |
| tree | 615fbf5ba1bc2d8e41b3e6d3102a091fcb62bda6 | |
| parent | 12bb467d36f9eb296108e60ec40a1f278e1f5d3e (diff) | |
bin/pkg: Added some debug info
| -rwxr-xr-x | bin/pkg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -151,6 +151,10 @@ if [[ $PKG_PROTO == 'ssh' ]] { PKG_PATH=$PKG_ROOT } +debug "PKG_ROOT: '$PKG_ROOT'" +debug "PKG_PROTO: '$PKG_PROTO'" +debug "PKG_USER: '$PKG_USER'" +debug "PKG_HOST: '$PKG_HOST'" ## ## Ask the user for confirmation |
