Skip to content
Snippets Groups Projects
Commit 54e77d26 authored by Bob Mottram's avatar Bob Mottram
Browse files

disable storage location

parent 67fee261
No related branches found
No related tags found
No related merge requests found
......@@ -368,6 +368,7 @@ function install_tahoelafs {
echo $'Unable to create storage node'
exit 782523
fi
sed -i "s|tub.location.*|tub.location = disabled|g" $TAHOELAFS_STORAGE_CONFIG
su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
create_tahoelafs_daemon "storage"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment