mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
add node
This commit is contained in:
parent
ae1a9bc0f3
commit
9f55decc51
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue