We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2d764a + 954e7ce commit 51d74e6Copy full SHA for 51d74e6
docker/pypi/wmagent/run.sh
@@ -13,7 +13,7 @@ export WMA_USER=$wmaUser
13
export USER=$wmaUser
14
[[ -d ${HOME} ]] || mkdir -p ${HOME}
15
16
-mv ${WMA_CONFIG_DIR}/etc/wmagent_bashrc $HOME/.bashrc
+cp -f ${WMA_DEPLOY_DIR}/etc/wmagent_bashrc $HOME/.bashrc
17
source $HOME/.bashrc
18
19
echo "Start initialization"
0 commit comments