diff options
-rwxr-xr-x | scripts/gen_wsp_data.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_wsp_data.sh b/scripts/gen_wsp_data.sh index 387221b..662067c 100755 --- a/scripts/gen_wsp_data.sh +++ b/scripts/gen_wsp_data.sh @@ -1,5 +1,6 @@ #!/bin/bash +set -x output_type=$1 script_dir=$(readlink -f $0 | xargs dirname) webapp_path="/sys/kernel/debug/swap/wsp/webapp_path" |