Skip to content

Commit

Permalink
Merge pull request #208 from kloptops/main
Browse files Browse the repository at this point in the history
Fixed muOS directory variable.
  • Loading branch information
kloptops authored Dec 31, 2024
2 parents ed29abd + c161c36 commit b8a6ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PortMaster/muos/control.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CUR_TTY=/dev/tty0

controlfolder="/mnt/mmc/MUOS/PortMaster"

directory=$(echo "$0" | sed 's|^\./||' | awk -F'/' '{print "/" $2 "/" $3}')
directory=$(realpath "$0" | sed 's|^\./||' | awk -F'/' '{print "/" $2 "/" $3}')

export PATH="/opt/python/bin:$controlfolder/muos:$controlfolder/muos:$PATH"

Expand Down

0 comments on commit b8a6ae6

Please sign in to comment.