diff options
-rwxr-xr-x | bosun | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |