Creating storage directory

This commit is contained in:
Bob Mottram 2017-03-05 21:30:44 +00:00
parent 5ec05a15bb
commit 67fee2610b
1 changed files with 0 additions and 3 deletions

View File

@ -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