Skip to content

Commit

Permalink
fix log dir permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Aug 20, 2009
1 parent c43b4a0 commit 5ba739d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jopr.init
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ if [ ! -d "${_LOG_DIR_PATH}" ]; then
mkdir "${_LOG_DIR_PATH}"
fi

chown $RHQ_SERVER_USER:$RHQ_SERVER_USER ${_LOG_DIR_PATH} -R

# ----------------------------------------------------------------------
# Find the Java executable and verify we have a VM available
# ----------------------------------------------------------------------
Expand Down

0 comments on commit 5ba739d

Please sign in to comment.