preupgrade
来自「基于Jabber协议的即时消息服务器」· 代码 · 共 13 行
TXT
13 行
#!/bin/sh# stop wildfire/bin/launchctl stop org.jivesoftware.wildfire/bin/launchctl unload /System/Library/LaunchDaemons/org.jivesoftware.wildfire.plist# preserve these files, they should never be upgradedcp /usr/local/wildfire/conf/wildfire.xml /tmp/cp -r /usr/local/wildfire/resources/security /tmp/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?