Skip to content

Commit 1799897

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Fixed PATH definition so cloudcontrol.sh finds markdown
1 parent f4f72f7 commit 1799897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/cloudcontrol.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ then
2323
MOTD_DISPLAY_DEFAULT=yes
2424
fi
2525

26+
export PATH=$PATH:/home/cloudcontrol/bin
27+
2628
if [ "X${MOTD_DISPLAY_DEFAULT}X" == "XyesX" ]
2729
then
2830
echo
@@ -42,8 +44,6 @@ then
4244
markdown < /home/cloudcontrol/.deprecation
4345
fi
4446

45-
export PATH=$PATH:/home/cloudcontrol/bin
46-
4747
if [ -n "${WORKDIR}" ]
4848
then
4949
cd "${WORKDIR}" || cd || exit

0 commit comments

Comments
 (0)