update cement to 2.8.2

This commit is contained in:
VirtuBox
2019-09-18 15:07:48 +02:00
parent 9281b6f260
commit 0873ea2555
3 changed files with 6 additions and 7 deletions

View File

@@ -837,8 +837,7 @@ else
_run wo_install_dep "Installing wo dependencies" _run wo_install_dep "Installing wo dependencies"
_run wo_timesync _run wo_timesync
if [ "$ufw" = "y" ]; then if [ "$ufw" = "y" ]; then
wo_lib_echo "Configuring UFW" | tee -ai $wo_install_log _run wo_ufw_setup "Configuring UFW"
wo_ufw_setup
fi fi
# skip steps if travis # skip steps if travis
if [ -z "$wo_travis" ]; then if [ -z "$wo_travis" ]; then
@@ -859,10 +858,10 @@ else
_run wo_systemd_tweak "Adding systemd service tweak" _run wo_systemd_tweak "Adding systemd service tweak"
fi fi
if [ -x /usr/sbin/nginx ]; then if [ -x /usr/sbin/nginx ]; then
_run wo_nginx_tweak & _run wo_nginx_tweak
fi fi
if [ -d /etc/systemd/system/mariadb.service.d ]; then if [ -d /etc/systemd/system/mariadb.service.d ]; then
_run wo_mariadb_tweak & _run wo_mariadb_tweak
fi fi
_run wo_cheat_install "Running post-install steps" _run wo_cheat_install "Running post-install steps"
_run wo_domain_suffix _run wo_domain_suffix

View File

@@ -1 +1 @@
cement>=2.8.0 cement>=2.8.2

View File

@@ -25,7 +25,7 @@ if not os.path.exists('/var/lib/wo/'):
os.makedirs('/var/lib/wo/') os.makedirs('/var/lib/wo/')
setup(name='wo', setup(name='wo',
version='3.9.8.11', version='3.9.8.12',
description=long_description, description=long_description,
long_description=long_description, long_description=long_description,
classifiers=[], classifiers=[],
@@ -46,7 +46,7 @@ setup(name='wo',
# "nose", # "nose",
# "coverage", # "coverage",
# Required to function # Required to function
'cement == 2.8.0', 'cement == 2.8.2',
'pystache', 'pystache',
'python-apt', 'python-apt',
'pynginxconfig', 'pynginxconfig',