Browse Source

Updated update script

old-stable
gau1991 10 years ago
parent
commit
326cb3ca25
  1. 7
      bin/update

7
bin/update

@ -494,8 +494,11 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then
# Update EasyEngine current version
EE_CURRENT_VERSION="2.2.0"
fi
# if [[ $EE_CURRENT_VERSION = 2.2.0 ]]; then
# fi
if [[ $EE_CURRENT_VERSION = 2.2.0 ]] || [[ $EE_CURRENT_VERSION = 2.0.1 ]]; then
if [ -d /var/www/22222/htdocs/vimbadmin/ ]; then
postconf -e "virtual_alias_maps = mysql:/etc/postfix/mysql/virtual_alias_maps.cf"
fi
fi
fi
# Update WP-CLI

Loading…
Cancel
Save