6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
cd /root
|
|
|
|
echo "Starting application..."
|
|
chmod +x ./harbormaster
|
|
./harbormaster |