From ca33c9ae36f990ec76db2c7699a08515fa5208fa Mon Sep 17 00:00:00 2001 From: Joshua Bussdieker Date: Mon, 23 Jan 2012 22:00:48 -0800 Subject: [PATCH] Add debug logging --- binscripts/gvm-installer | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/binscripts/gvm-installer b/binscripts/gvm-installer index 2872cfc..e92c3aa 100644 --- a/binscripts/gvm-installer +++ b/binscripts/gvm-installer @@ -1,4 +1,9 @@ #!/bin/bash +echo $0 +echo $1 +echo $2 +echo $3 +echo $4 if [ "$(whoami)" != "root" ]; then GVM_DEST=~ GVM_NAME=.gvm