Commit 91dbebe9 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

more osx config

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4307 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1822a48b
#!/bin/sh
launchctl stop org.jivesoftware.wildfire stop
launchctl load /System/Library/LaunchDaemons
launchctl start org.jivesoftware.wildfire start
\ No newline at end of file
#!/bin/sh
if [ -f /tmp/wildfire.xml ]; then
mv /tmp/wildfire.xml /usr/local/wildfire/conf/
fi
if [ -f /tmp/security ]; then
mv /tmp/security /usr/local/wildfire/resources/
fi
/bin/launchctl stop org.jivesoftware.wildfire stop
/bin/launchctl load /System/Library/LaunchDaemons
/bin/launchctl start org.jivesoftware.wildfire start
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment