Adjust installscript

This commit is contained in:
zontreck 2024-05-25 05:19:59 -07:00
parent da3762177a
commit 45ef595bae
2 changed files with 6 additions and 7 deletions

View file

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