Преглед на файлове

Creating storage directory

Bob Mottram преди 8 години
родител
ревизия
67fee2610b
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0
    3
      src/freedombone-app-tahoelafs

+ 0
- 3
src/freedombone-app-tahoelafs Целия файл

362
     create_tahoelafs_daemon "introducer"
362
     create_tahoelafs_daemon "introducer"
363
 
363
 
364
     # start the storage node
364
     # start the storage node
365
-    if [ ! -d /home/tahoelafs/storage ]; then
366
-        mkdir /home/tahoelafs/storage
367
-    fi
368
     create_tahoelafs_storage_node /home/tahoelafs/storage "$(get_tahoelafs_introducer)"
365
     create_tahoelafs_storage_node /home/tahoelafs/storage "$(get_tahoelafs_introducer)"
369
     TAHOELAFS_STORAGE_CONFIG=/home/tahoelafs/storage/tahoe.cfg
366
     TAHOELAFS_STORAGE_CONFIG=/home/tahoelafs/storage/tahoe.cfg
370
     if [ ! -f $TAHOELAFS_STORAGE_CONFIG ]; then
367
     if [ ! -f $TAHOELAFS_STORAGE_CONFIG ]; then