]> mj.ucw.cz Git - eval.git/blobdiff - bin/mo-install
...
[eval.git] / bin / mo-install
index 966c3fdef487fbd73065ff81b7cfa741a13a668f..8df71599790eb119a21a0b460cf07e46132432e5 100755 (executable)
@@ -18,7 +18,6 @@ echo "Creating $EVAL_USER"
 mkdir $EVAL_USER
 cd $EVAL_USER
 cp -a $H/* .
-mv bin/profile .profile
 chmod +x bin/*
 cd ..
 chown -R $EVAL_USER.$EVAL_GROUP $EVAL_USER
@@ -39,9 +38,3 @@ chmod +x bin/*
 cd ..
 chown -R $EVAL_USER.$EVAL_GROUP public
 chmod 755 public
-
-# SSH keys (FIXME)
-#echo "Copying SSH keys"
-#mkdir $EVAL_USER/.ssh
-#cp ~mj/.ssh/authorized_keys $EVAL_USER/.ssh/
-#chown -R $EVAL_USER $EVAL_USER/.ssh