7 lines
118 B
Bash
7 lines
118 B
Bash
#!/bin/bash
|
|
|
|
cd /home/swg/swg-main/gm/logs
|
|
|
|
nohup /home/swg/swg-main/gm/scripts/./oracle.sh > oracleStatus.txt 2>&1&
|
|
|