Skip to content
Snippets Groups Projects
Commit 1e32dfc2 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

quota1 comes from /export/users, not /export/home.

parent a6332a17
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ ssh nema.lysator.liu.se ypcat -k auto_home \
>> $NT
ssh nema.lysator.liu.se 'cd /home/quota1 && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d" ] && echo "$d" ; done' \
| awk '{ print "quota1", $1, "home", "/export/home/quota1/" $1 }' \
| awk '{ print "quota1", $1, "home", "/export/users/quota1/" $1 }' \
| sort >> $NT
echo lyskom kom compulsion /export/mdsk2/sw_lyskom_compulsion \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment