Skip to content

Commit

Permalink
Export USER and WMA_USER variables from $WMA_ENV_FILE (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov authored May 18, 2024
1 parent aaeb3b5 commit 16cb005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/pypi/wmagent/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ export CRYPTOGRAPHY_ALLOW_OPENSSL_102=true
export YUI_ROOT=$WMA_DEPLOY_DIR/yui/
export PATH=\$WMA_INSTALL_DIR/bin\${PATH:+:\$PATH}
export PATH=\$WMA_DEPLOY_DIR/bin\${PATH:+:\$PATH}
export USER=\$(id -un)
export WMA_USER=\$(id -un)
EOF
}

Expand Down

0 comments on commit 16cb005

Please sign in to comment.