Skip to content

Commit

Permalink
add debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs van Loef committed Jun 18, 2024
1 parent 04a0b78 commit 69c9008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fi
# Check if the architecture is arm64
if [ "$architecture" == "arm64" ]; then
# create an arm64 version of ./PalServer.sh
echo "Copying palserver.sh"
cp ./PalServer.sh ./PalServer-arm64.sh

pagesize=$(getconf PAGESIZE)
Expand Down

0 comments on commit 69c9008

Please sign in to comment.