Update install.sh

pull/199/head
midoks 3 years ago
parent b46d7c1dee
commit fab1cb1bbe
  1. 8
      plugins/mail/install.sh

@ -9,6 +9,14 @@ serverPath=$(dirname "$rootPath")
install_tmp=${rootPath}/tmp/mw_install.pl
pip install dnspython
if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate
pip install dnspython
fi
action=$1
type=$2

Loading…
Cancel
Save