Only shut down automatically when automatic shutdown is enabled by settings

This commit is contained in:
zontreck 2024-05-24 17:57:14 -07:00
parent 878d1ea330
commit 8d9d792568
5 changed files with 14 additions and 6 deletions

View file

@ -1,9 +1,8 @@
#!/bin/bash
cp /app/server /mnt/server/server
pushd /mnt/server
./server
/app/server
popd
echo "Initial Install completed"