summaryrefslogtreecommitdiffstats
path: root/ship/src/tahoe_install
diff options
context:
space:
mode:
Diffstat (limited to 'ship/src/tahoe_install')
-rw-r--r--ship/src/tahoe_install15
1 files changed, 15 insertions, 0 deletions
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