Skip to content

Commit

Permalink
disable shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Feb 7, 2024
1 parent a4cb613 commit f09ba5a
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 @@ -76,6 +76,7 @@ architecture=$(dpkg --print-architecture)
if [ "$architecture" == "arm64" ]; then
# create an arm64 version of ./PalServer.sh
cp ./PalServer.sh ./PalServer-arm64.sh
# shellcheck disable=SC2016
sed -i 's|\("$UE_PROJECT_ROOT\/Pal\/Binaries\/Linux\/PalServer-Linux-Test" Pal "$@"\)|LD_LIBRARY_PATH=/home/steam/steamcmd/linux64:$LD_LIBRARY_PATH box64 \1|' ./PalServer-arm64.sh
chmod +x ./PalServer-arm64.sh
STARTCOMMAND=("./PalServer-arm64.sh")
Expand Down

0 comments on commit f09ba5a

Please sign in to comment.