From 67fee2610bad5e3cc4885cca0fb532adb5fa3289 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 5 Mar 2017 21:30:44 +0000 Subject: [PATCH] Creating storage directory --- src/freedombone-app-tahoelafs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/freedombone-app-tahoelafs b/src/freedombone-app-tahoelafs index 016ee794..cb9e294a 100755 --- a/src/freedombone-app-tahoelafs +++ b/src/freedombone-app-tahoelafs @@ -362,9 +362,6 @@ function install_tahoelafs { create_tahoelafs_daemon "introducer" # 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)" TAHOELAFS_STORAGE_CONFIG=/home/tahoelafs/storage/tahoe.cfg if [ ! -f $TAHOELAFS_STORAGE_CONFIG ]; then