Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEverling committed Feb 1, 2024
1 parent c803f30 commit ecce83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/lib/ocie/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else
deploy_latest="${APP_UPDATE_PATH}/${APP_NAME}";
if [[ "${APP_TYPE}" == "tomcat" ]];then
deploy_local="${deploy_local}/${APP_NAME}.war";
deploy_latest="${deploy_latest}.war";
deploy_latest="${APP_UPDATE_PATH}/${APP_NAME}.war";
fi;
echo "Ocie: App Deploy: Deployment type is [ ${APP_TYPE} ]";
if [[ ! -d "${APP_DATA}" ]]; then
Expand Down

0 comments on commit ecce83a

Please sign in to comment.