diff options
author | Dongkyun, Son <dongkyun.s@samsung.com> | 2017-03-22 13:29:08 +0900 |
---|---|---|
committer | Dongkyun, Son <dongkyun.s@samsung.com> | 2017-03-22 14:29:48 +0900 |
commit | 99ced605b302a0aea00072e225268fdf04c8bf95 (patch) | |
tree | 9db030a8239574c87eaece085bd18572f4e7b092 | |
parent | 969a30c44e5d6b0351b0c303bafe811176351f63 (diff) | |
download | swap-manager-sandbox/dkson95/gcc6x.tar.gz swap-manager-sandbox/dkson95/gcc6x.tar.bz2 swap-manager-sandbox/dkson95/gcc6x.zip |
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
-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" |