diff options
author | tv <tv@shackspace.de> | 2015-10-20 02:38:00 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-20 02:38:00 +0200 |
commit | c5f4bda5bd00bad7778bbd5a9af8d476de0de920 (patch) | |
tree | aa4ea47e8db82299fc2e7492ba3fe31f8258ece9 | |
parent | 513da89fe50b3bad3d758855f5622c4508977e4a (diff) |
get users from "users" attribute1.1.0
-rwxr-xr-x | push | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ set -efu STOCKHOLM=${STOCKHOLM-$HOME/stockholm} my_hosts() { - (cd "$STOCKHOLM" && get "$LOGNAME" -l | jq -R -s -c 'split("\n")') + (cd "$STOCKHOLM" && get "users.$LOGNAME" -l | jq -R -s -c 'split("\n")') } all_push_hosts() { |