| commit | 06dc8313ca0f77c413cc5e79988029b0ef26dc93 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri May 05 05:25:43 2017 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri May 05 05:25:43 2017 +0000 |
| tree | 81b3a8cfc37cefe4eec48f9e0d2dbc42d6f80139 | |
| parent | 51a136a22c4972ca46293d89a2f62e02ec117437 [diff] | |
| parent | eaadffe07b0516f103321c84013b755061ba7fb5 [diff] |
Merge "Always have ./clean.sh run ./unstack.sh"
diff --git a/clean.sh b/clean.sh index 90b21eb..ef38fbf 100755 --- a/clean.sh +++ b/clean.sh
@@ -64,13 +64,8 @@ done fi -# See if there is anything running... -# need to adapt when run_service is merged -SESSION=$(screen -ls | awk '/[0-9].stack/ { print $1 }') -if [[ -n "$SESSION" ]]; then - # Let unstack.sh do its thing first - $TOP_DIR/unstack.sh --all -fi +# Let unstack.sh do its thing first +$TOP_DIR/unstack.sh --all # Run extras # ==========