| commit | 6a5c2ec0afb49c33c123d6a16bb2190608c47704 | [log] [tgz] |
|---|---|---|
| author | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Fri Mar 17 10:14:39 2017 +0100 |
| committer | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Thu Mar 23 15:35:48 2017 +0100 |
| tree | 099be0418a153170710a05cf702e7146e7791583 | |
| parent | 349dc0bff8d4c24d0aa51f2182488c1046414128 [diff] |
Nicer screen cleanup
diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index be69d3f..6b9bc3f 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh
@@ -40,7 +40,7 @@ screen --version | grep 'Screen version' fi # Initial cleanup -pkill 'screen' || true +pkill -f 'screen -L -S sonemu' || true screen -wipe || true rm -f screenlog.0