From b9f467571cb0c1d3e1d2fb3f20420d136dccc2eb Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 2 Nov 2014 10:09:38 +0000 Subject: [PATCH] Added nohup. --- app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app.yml b/app.yml index 1e3d891adc..d46f2a5283 100644 --- a/app.yml +++ b/app.yml @@ -4,6 +4,7 @@ config: #cloud-config packages: - curl + - nohup runcmd: - mkdir /minecraft - cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh