提交 8f413024 编写于 作者: I Ingo Richter

Merge pull request #307 from stisti/forced_load

Mac: Load and run Jenkins unconditionally to prevent user confusion.
......@@ -9,4 +9,4 @@ mkdir -p /Users/Shared/Jenkins
find /Users/Shared/Jenkins -not -user daemon -or -not -group daemon -print0 | xargs -0 chown daemon:daemon
# Load and start the launch daemon
/bin/launchctl load ${JENKINS_PLIST}
/bin/launchctl load -w ${JENKINS_PLIST}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册