Check for server file
This commit is contained in:
parent
10258bd293
commit
64aa7eb944
|
@ -622,6 +622,10 @@ function install_tahoelafs {
|
||||||
echo $'Unable to create tahoelafs server'
|
echo $'Unable to create tahoelafs server'
|
||||||
exit 738752
|
exit 738752
|
||||||
fi
|
fi
|
||||||
|
if [ ! -f ${tahoelafs_storage_file} ]; then
|
||||||
|
echo $'tahoelafs server file missing'
|
||||||
|
exit 529362
|
||||||
|
fi
|
||||||
|
|
||||||
# start the storage node
|
# start the storage node
|
||||||
su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
|
su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
|
||||||
|
|
Loading…
Reference in New Issue