X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=bin%2Fmo-install;h=88a0fc684910541d2225e05b3b4429895fc592df;hb=4dd80a8679220007344faf7984fb6fc949f43ab4;hp=8d7556c016678e80332946f2746a0b4e2a671568;hpb=9306a593e097b30b55196f0fb7dd7c189389a0d3;p=eval.git diff --git a/bin/mo-install b/bin/mo-install index 8d7556c..88a0fc6 100755 --- a/bin/mo-install +++ b/bin/mo-install @@ -16,15 +16,7 @@ chmod 755 eval cd eval # mo-eval home -echo "Creating $EVAL_USER" -mkdir eval -cd eval -cp -a $H/* . -chmod +x bin/* -if [ -d ~/.ssh ] ; then echo "Copying SSH configuration from ~/.ssh" ; cp -a ~/.ssh . ; fi -cd .. -chown -R $EVAL_USER.$EVAL_GROUP eval -chmod 750 eval +bin/mo-create-eval # testusers ( cd eval && bin/mo-create-testusers )