aboutsummaryrefslogtreecommitdiffstats
path: root/bosun
diff options
context:
space:
mode:
Diffstat (limited to 'bosun')
-rwxr-xr-xbosun4
1 files changed, 2 insertions, 2 deletions
diff --git a/bosun b/bosun
index d9dc4c7..d8d0168 100755
--- a/bosun
+++ b/bosun
@@ -38,7 +38,7 @@ remove() {
}
flush() {
- list | xargs -- stow -D
+ list active | xargs -r -- stow -D
}
rebuild() {
@@ -46,7 +46,7 @@ rebuild() {
need_role "$@"
stow -R "$@"
else
- list | xargs -- stow -R
+ list active | xargs -r -- stow -R
fi
}