diff options
Diffstat (limited to 'pts/test-resources/warsow/install.sh')
-rwxr-xr-x | pts/test-resources/warsow/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pts/test-resources/warsow/install.sh b/pts/test-resources/warsow/install.sh index ede7e1b..071d7d8 100755 --- a/pts/test-resources/warsow/install.sh +++ b/pts/test-resources/warsow/install.sh @@ -18,6 +18,6 @@ case \$OS_ARCH in * ) ./warsow.i386 +logconsole 1 \$@ | grep seconds ;; - cat ~/.warsow/basewsw/1.log | grep seconds -esac" > warsow +esac +cat .warsow/basewsw/1.log | grep seconds" > warsow chmod +x warsow |