Update install.sh

pull/109/head
midoks 6 years ago
parent f7be865972
commit 57a3a78d70
  1. 4
      plugins/op_firewall/install.sh

@ -13,15 +13,15 @@ install_tmp=${rootPath}/tmp/mw_install.pl
Install_of(){
mkdir -p $serverPath/op_firewall
echo '正在安装脚本文件...' > $install_tmp
mkdir -p $serverPath/op_firewall
echo '0.1' > $serverPath/op_firewall/version.pl
echo 'install ok' > $install_tmp
}
Uninstall_of(){
rm -rf $serverPath/op_firewall
}

Loading…
Cancel
Save