8 lines
No EOL
82 B
Bash
8 lines
No EOL
82 B
Bash
#!/bin/bash
|
|
|
|
pushd /mnt/server
|
|
|
|
/app/server
|
|
|
|
popd
|
|
echo "Initial Install completed" |