scripts/hg.sh
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 11 Mar 2010 11:04:11 -0800
changeset 250 382eb71675c1
parent 59 9ffe5293bebc
permissions -rw-r--r--
Bug 2205 - Error in the log stating the bundle can't be started

#!/bin/sh

REPO_DIR=/usr/hg/wrttools/
LOG_DIR=/var/log/mercurial 
HG_CMD=/usr/local/bin/hg

cd $REPO_DIR
${HG_CMD} serve -d -A ${LOG_DIR}/accesslog$$ -E ${LOG_DIR}/errorlog$$ 
# ${HG_CMD} serve