Merge branch '1.3.x'

This commit is contained in:
Phillip Webb
2016-09-16 14:58:20 -07:00
8 changed files with 68 additions and 17 deletions

View File

@@ -147,7 +147,6 @@ do_start() {
mkdir "$PID_FOLDER" &> /dev/null
if [[ -n "$run_user" ]]; then
checkPermissions || return $?
chown "$run_user" "$PID_FOLDER"
chown "$run_user" "$pid_file"
chown "$run_user" "$log_file"
if [ $USE_START_STOP_DAEMON = true ] && type start-stop-daemon > /dev/null 2>&1; then