Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[GitHub-#19] issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
javiroman committed Feb 24, 2014
1 parent c5ea17b commit 01731c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Buildoop v0.0.1-alpha-build-02222014-50
Buildoop v0.0.1-alpha-build-02242014-51
2 changes: 1 addition & 1 deletion buildoop/conf/buildoop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ buildoop.bomfiles = "conf/bom"
buildoop.bomdeploy = "build/deploy"
buildoop.bomdeploysrc = "build/deploy/src"
buildoop.bomdeploybin = "build/deploy/bin"
buildoop.version="Buildoop v0.0.1-alpha-build-02222014-50"
buildoop.version="Buildoop v0.0.1-alpha-build-02242014-51"
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cat <<'__EOT__'
stop() {
log_success_msg "Stopping ${DESC}: "
start_daemon $EXEC_PATH --config "$CONF_DIR" stop $DAEMON_FLAGS
start_daemon -u $SVC_USER $EXEC_PATH --config "$CONF_DIR" stop $DAEMON_FLAGS
RETVAL=$?
[ $RETVAL -eq $RETVAL_SUCCESS ] && rm -f $LOCKFILE $PIDFILE
Expand Down

0 comments on commit 01731c3

Please sign in to comment.