Skip to content

Commit

Permalink
Added disable=SC2317 back in for trap func
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Jan 31, 2024
1 parent 2fcfffc commit c6a126b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fi
mkdir -p /palworld/backups
chown -R steam:steam /palworld /home/steam/

# shellcheck disable=SC2317
term_handler() {
if [ "${RCON_ENABLED,,}" = true ]; then
rcon-cli save
Expand Down

0 comments on commit c6a126b

Please sign in to comment.