]> mj.ucw.cz Git - moe.git/commitdiff
Don't install ssh keys.
authorMartin Mares <mj@ucw.cz>
Fri, 11 Apr 2003 09:50:44 +0000 (09:50 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 11 Apr 2003 09:50:44 +0000 (09:50 +0000)
bin/mo-install

index 966c3fdef487fbd73065ff81b7cfa741a13a668f..7d540078f12e5d3a0c2f10db6db828f0308f9848 100755 (executable)
@@ -39,9 +39,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