Removed su in start.sh

This commit is contained in:
Carlos M. Martinez
2024-01-27 23:01:33 -05:00
parent fdfffc47d8
commit 763c06774a

View File

@@ -61,7 +61,7 @@ if [ ! "$(grep -s '[^[:space:]]' /palworld/Pal/Saved/Config/LinuxServer/PalWorld
printf "\e[0;32m*****GENERATING CONFIG*****\e[0m\n"
# Server will generate all ini files after first run.
su steam -c "timeout --preserve-status 15s ./PalServer.sh 1> /dev/null "
timeout --preserve-status 15s ./PalServer.sh 1> /dev/null
# Wait for shutdown
sleep 5