1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00
This commit is contained in:
liberodark 2019-01-04 23:33:32 +01:00
parent ae1a9bc0f3
commit 9f55decc51

View file

@ -32,6 +32,9 @@ email=$YNH_APP_ARG_EMAIL
password=$YNH_APP_ARG_PASSWORD password=$YNH_APP_ARG_PASSWORD
uuid=$(cat /proc/sys/kernel/random/uuid) uuid=$(cat /proc/sys/kernel/random/uuid)
time=$(php -r 'echo time();') 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 ### 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 ### The id of the app as stated in the manifest is available as $YNH_APP_ID