Commit ee7c85ac authored by Vitaly Lipatov's avatar Vitaly Lipatov

tune_new_user_su.sh: /windsor/hektor

parent dd6d110e
...@@ -12,9 +12,9 @@ if [ ! -L "/home/$NU/Projects" ] ; then ...@@ -12,9 +12,9 @@ if [ ! -L "/home/$NU/Projects" ] ; then
setquota -u $NU -a 20000000 25000000 0 0 setquota -u $NU -a 20000000 25000000 0 0
fi fi
# windsor: /srv # hektor: /srv
# TODO: # TODO:
if [ "windsor" = "$(hostname -s)" ] ; then if [ "hektor" = "$(hostname -s)" ] ; then
setquota -u $NU -a 20000000 25000000 0 0 setquota -u $NU -a 20000000 25000000 0 0
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment