mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 13:15:03 -05:00
10 lines
225 B
Plaintext
Executable File
10 lines
225 B
Plaintext
Executable File
./setup
|
|
|
|
cd ~/apache-james/bin/
|
|
|
|
echo -------------------------------------------------- >> ~/run.log
|
|
date >> ~/run.log
|
|
echo -------------------------------------------------- >> ~/run.log
|
|
|
|
nohup ./run.sh >> ~/run.log 2>&1 &
|