1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Missing branch var

This commit is contained in:
Alexandre Aubin 2020-07-01 19:54:44 +02:00
parent b74e4d8586
commit 439f605e35

View file

@ -24,6 +24,7 @@ export app=$YNH_APP_INSTANCE_NAME
export domain=$YNH_APP_ARG_DOMAIN
export path_url=/
export admin=$YNH_APP_ARG_ADMIN
export branch=$YNH_APP_ARG_BRANCH
export email=$admin@$domain
export isp_name=ARN
export isp_site="https://arn-fai.net"