Skip to content

Commit

Permalink
Update entrypoint.adapter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
peng9808 authored Jan 15, 2024
1 parent 1b8287f commit 7cc987d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-shipper/entrypoint.adapter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ elif LB_HOW=compile bash -x /entry.sh ; then
echo "Successfully loaded compiled module"
fi

echo "DRBD_EXIST:$DRBD_EXIST"
echo "DRBD_RMP_INSTALL:$DRBD_RMP_INSTALL"
echo "DRBD IS ALREADY EXIST (yes or no):$DRBD_EXIST"
echo "DRBD INSTALL BY PRM (yes or no) :$DRBD_RMP_INSTALL"
#If the installation through rpm is successful, exit directly.
if [[ $DRBD_RMP_INSTALL == 'yes' ]];then
echo "Successfully installed rbd using rpm package"
Expand Down

0 comments on commit 7cc987d

Please sign in to comment.