| Revision 95,
258 bytes
checked in by dom, 22 months ago
(diff) |
|
Two improvements (and new start API): multiple directories watched, and slave started if no node given
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/env bash |
|---|
| 2 | # -*- sh -*- |
|---|
| 3 | |
|---|
| 4 | hostname=`hostname -s` |
|---|
| 5 | |
|---|
| 6 | cd ebin |
|---|
| 7 | erl -make |
|---|
| 8 | erl -kernel error_logger "{file,\"../install_errors.log\"}" \ |
|---|
| 9 | -sname extremeforge_installer@$hostname \ |
|---|
| 10 | -noinput \ |
|---|
| 11 | -run directory_tester run_once ".." \ |
|---|
| 12 | -s init stop |
|---|
Note: See
TracBrowser
for help on using the repository browser.