9 lines
No EOL
113 B
Bash
9 lines
No EOL
113 B
Bash
#!/bin/bash
|
|
|
|
cp /app/server /mnt/server/server
|
|
pushd /mnt/server
|
|
|
|
./server
|
|
|
|
popd
|
|
echo "Initial Install completed" |