From a9ed6eeb0315e4c1c38ddb8e9a71426a751a25cf Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 17 Dec 2013 19:58:44 +0100 Subject: add tahoe autoinstaller script --- ship/src/tahoe_install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ship/src/tahoe_install (limited to 'ship/src') diff --git a/ship/src/tahoe_install b/ship/src/tahoe_install new file mode 100644 index 00000000..d956ff13 --- /dev/null +++ b/ship/src/tahoe_install @@ -0,0 +1,15 @@ +#!/bin/sh +#@strict +#@core +#@color +#@include tahoe +esudo "$@" +tahoe_init +tahoe_create_node +if sudo -u tahoe tahoe start ;then + info "everything went fine, autostart tahoe somewhere with: 'sudo -u tahoe tahoe start'" +else + error "somewhere something went wrong, could not start tahoe daemon" + error "tahoe should be installed under /home/tahoe/.tahoe" + die "sorry :(" +fi -- cgit v1.2.3