source: trunk/install @ 95

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
4hostname=`hostname -s`
5
6cd ebin
7erl -make
8erl -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.