source:
client/nfsexport/scripts/admCreatePrimaryPartitions
@
f4b737d
Last change on this file since f4b737d was 893e63fe, checked in by , 16 years ago | |
---|---|
|
|
File size: 82 bytes |
Rev | Line | |
---|---|---|
[0583fdd] | 1 | #!/bin/bash |
[893e63fe] | 2 | RETORNO=$(createPrimaryPartitions $* 2>/dev/null) || exit $? |
[0583fdd] | 3 | exit 0 |
4 | ||
5 |
Note: See TracBrowser
for help on using the repository browser.