resin-boinc-server

git clone git://archive.git.mtrnord.blog/MTRNord/resin-boinc-server.git
Log | Files | Refs | README

commit b0f1f140965545d0b9b0cf7ccaaa349d7ce1170e
parent abf7061d9c60d456e2c9c1ff0d2959df397e6357
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu, 11 Aug 2016 20:42:09 +0200

Update start
Diffstat:
Mstart | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/start b/start @@ -1,14 +1 @@ -#!/bin/bash -if [[ "$INITSYSTEM" == "on" ]]; then - echo "RUNNING" - cd boinc-server-docker && make build && make up -else - echo "RUNNING" - cd boinc-server-docker && make build && make up -fi -while true -do - echo "App exited but container is still running to allow web terminal access" - sleep 3600 -done