Creating storage directory
This commit is contained in:
parent
5ec05a15bb
commit
67fee2610b
|
@ -362,9 +362,6 @@ function install_tahoelafs {
|
||||||
create_tahoelafs_daemon "introducer"
|
create_tahoelafs_daemon "introducer"
|
||||||
|
|
||||||
# start the storage node
|
# start the storage node
|
||||||
if [ ! -d /home/tahoelafs/storage ]; then
|
|
||||||
mkdir /home/tahoelafs/storage
|
|
||||||
fi
|
|
||||||
create_tahoelafs_storage_node /home/tahoelafs/storage "$(get_tahoelafs_introducer)"
|
create_tahoelafs_storage_node /home/tahoelafs/storage "$(get_tahoelafs_introducer)"
|
||||||
TAHOELAFS_STORAGE_CONFIG=/home/tahoelafs/storage/tahoe.cfg
|
TAHOELAFS_STORAGE_CONFIG=/home/tahoelafs/storage/tahoe.cfg
|
||||||
if [ ! -f $TAHOELAFS_STORAGE_CONFIG ]; then
|
if [ ! -f $TAHOELAFS_STORAGE_CONFIG ]; then
|
||||||
|
|
Loading…
Reference in New Issue