Skip to content

Commit

Permalink
Updated redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 23, 2024
1 parent 5c1ac15 commit 2d02b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ -f "$BACKUP_FILE" ]; then
server_pid=$(pidof PalServer-Linux-Test)
if [ -n "${server_pid}" ]; then
LogInfo "Waiting for Palworld to exit.."
tail --pid="${server_pid}" -f 2>/dev/null
tail --pid="${server_pid}" -f /dev/null
fi
LogSuccess "Shutdown Complete"

Expand Down

0 comments on commit 2d02b56

Please sign in to comment.