a
This commit is contained in:
parent
139c693add
commit
4b51537e0e
6 changed files with 32 additions and 26 deletions
6
init.sh
6
init.sh
|
|
@ -3,11 +3,15 @@ get_distro() {
|
|||
echo $OS
|
||||
}
|
||||
|
||||
# Directory where user saves his/her files/images
|
||||
|
||||
mkdir /var/www
|
||||
|
||||
|
||||
# These directories would be need if user chooses
|
||||
# to setup ucloud without CEPH
|
||||
|
||||
mkdir /var/vm
|
||||
mkdir /var/www
|
||||
mkdir /var/image
|
||||
|
||||
if ! grep -q "export LC_ALL=C.UTF-8" ~/.bashrc; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue