Skip to content

Commit

Permalink
fix: Fixed PATH definition so cloudcontrol.sh finds markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Dec 19, 2024
1 parent f4f72f7 commit 112038b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/cloudcontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ then
MOTD_DISPLAY_DEFAULT=yes
fi

export PATH=$PATH:/home/cloudcontrol/bin

if [ "X${MOTD_DISPLAY_DEFAULT}X" == "XyesX" ]
then
echo
Expand All @@ -42,8 +44,6 @@ then
markdown < /home/cloudcontrol/.deprecation
fi

export PATH=$PATH:/home/cloudcontrol/bin

if [ -n "${WORKDIR}" ]
then
cd "${WORKDIR}" || cd || exit
Expand Down

0 comments on commit 112038b

Please sign in to comment.