mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
apps: Add YNH_ARCH to app script env for easier debugging and arch check in script
This commit is contained in:
parent
edc5295d51
commit
85eb43a730
1 changed files with 1 additions and 0 deletions
|
@ -2390,6 +2390,7 @@ def _make_environment_for_app_script(
|
|||
"YNH_APP_INSTANCE_NAME": app,
|
||||
"YNH_APP_INSTANCE_NUMBER": str(app_instance_nb),
|
||||
"YNH_APP_MANIFEST_VERSION": manifest.get("version", "?"),
|
||||
"YNH_ARCH": check_output("dpkg --print-architecture"),
|
||||
}
|
||||
|
||||
if workdir:
|
||||
|
|
Loading…
Add table
Reference in a new issue