From 9f55decc5191a752a40f3e5b99330872131a973c Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 4 Jan 2019 23:33:32 +0100 Subject: [PATCH] add node --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 21b1103..507bbd7 100644 --- a/scripts/install +++ b/scripts/install @@ -32,6 +32,9 @@ email=$YNH_APP_ARG_EMAIL password=$YNH_APP_ARG_PASSWORD uuid=$(cat /proc/sys/kernel/random/uuid) time=$(php -r 'echo time();') +nodeSecret=$(cat /proc/sys/kernel/random/uuid) +nodeSecret=${nodeSecret^^} +pufferdVersion=$(cat src/versions/pufferd) ### If it's a multi-instance app, meaning it can be installed several times independently ### The id of the app as stated in the manifest is available as $YNH_APP_ID