X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=mop%2Fadmin%2Fmo-grab.sh;h=8bbc8fb76da62a58c46a3769718016bd7205c032;hb=e31fdee08ae5debcddff74c6f2340592314e7913;hp=ad57520bd90d66b25d3198e031a9ee76f78bc5de;hpb=0f7252ed9159f871f263dbea0b0d9ae2cfb0bec4;p=moe.git diff --git a/mop/admin/mo-grab.sh b/mop/admin/mo-grab.sh index ad57520..8bbc8fb 100755 --- a/mop/admin/mo-grab.sh +++ b/mop/admin/mo-grab.sh @@ -3,9 +3,9 @@ # local machine and copy them to solutions/. [ -n "$1" ] || { echo "Usage: mo-grab " ; exit 1 ; } -[ -f config ] || { echo "Missing config file, check cwd." ; exit 1 ; } +[ -f cf/mop ] || { echo "Missing config file, check cwd." ; exit 1 ; } set -e -. config +. cf/mop for user in `bin/mo-get-users` ; do echo -n "$user:"