From d48288d7b92c770c3461e849d5ba051f8a85c732 Mon Sep 17 00:00:00 2001 From: tianyu Date: Mon, 12 Jan 2015 10:17:22 +0800 Subject: [PATCH] Update autobuild.md --- opensips/autobuild.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/opensips/autobuild.md b/opensips/autobuild.md index 2dc350a..8f627d5 100644 --- a/opensips/autobuild.md +++ b/opensips/autobuild.md @@ -8,7 +8,9 @@ autobuild.sh will generate a file 'opensips.run' and send emails to the receiver 2. Add this script to PATH, maybe ~/bin. Make sure the *.sh files have execute access. 3. Add a cron tab with something like this '0 0 * * * /home/builder/bin/autobuild.sh > /dev/null 2>&1 &' -4. You need to modify script's location if necessary, for example my file tree is: +4. You need modify email.conf for the receivers. +5. You need to modify the push server where scp pushs the file 'opensips.run'. Maybe need setup auth key of remote server. +6. You need to modify script's location if necessary, for example my file tree is: . ```bash ├── bin @@ -21,8 +23,7 @@ autobuild.sh will generate a file 'opensips.run' and send emails to the receiver ├── makeself-header.sh └── makeself.sh ``` -5. You need modify email.conf for the receivers. -6. You need to modify the push server where scp pushs the file 'opensips.run'. Maybe need setup auth key of remote server. + ## Related files autobuild.sh, mail.cfg, make.sh, build.sh, autobuild.cron