Skip to content

Commit

Permalink
fix: welcome message is not referring to right FDMM path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzwa committed Oct 15, 2023
1 parent 45f78cc commit c8ee3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/monsterpi/filesystem/home/pi/scripts/welcome
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_NAME=$(hostname)
_IP=$(hostname -I)
_FDM_MONSTER_VERSION=$(jq -r .version ~/fdm-monster/server/package.json || echo "unknown")
_FDM_MONSTER_VERSION=$(jq -r .version ~/fdm-monster/dist-active/package.json || echo "unknown")
_MONSTERPI_VERSION=$(cat /etc/monsterpi_version || echo "unknown")

echo
Expand Down

0 comments on commit c8ee3da

Please sign in to comment.