]> mj.ucw.cz Git - eval.git/blobdiff - mop/admin/mo-create-testusers.sh
Merge branch 'master' of ssh://git.ucw.cz/home/mj/GIT/eval
[eval.git] / mop / admin / mo-create-testusers.sh
index aec3535f287137d543e00db6f051025c8e8dbf02..42e7bfa06620961286c5e31c812f38146d32ba8f 100755 (executable)
@@ -1,8 +1,9 @@
 #!/bin/bash
+# Create accounts used by the sandbox.
 
-[ -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
 
 H=`pwd`
 cd $MO_ROOT/eval