use /n/other for tmp storage
This commit is contained in:
parent
f246b097ba
commit
3d3afc5cbe
3 changed files with 15 additions and 0 deletions
|
@ -81,6 +81,13 @@ case go
|
|||
echo newuser $user
|
||||
echo newuser sys +$user
|
||||
echo newuser adm +$user
|
||||
if(! ~ $fsother ''){
|
||||
echo cfs other
|
||||
echo create /usr sys sys 775 d
|
||||
echo create /usr/$user $user $user 775 d
|
||||
echo create /usr/$user/tmp $user $user 750 d
|
||||
echo cfs main
|
||||
}
|
||||
# not synchronized
|
||||
sleep 5
|
||||
} >>/srv/cwfs.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue