Fix travis

This commit is contained in:
VirtuBox
2019-09-20 18:22:22 +02:00
parent c9eef0dc68
commit 941d10dd09
2 changed files with 3 additions and 6 deletions

View File

@@ -826,13 +826,13 @@ else
_run wo_install_dep "Installing wo dependencies"
_run wo_timesync
#if [ "$ufw" = "y" ]; then
# _run wo_ufw_setup "Configuring UFW"
# _run wo_ufw_setup "Configuring UFW"
#fi
# skip steps if travis
_run wo_download "Downloading WordOps"
if [ -z "$wo_travis" ]; then
_run wo_download "Downloading WordOps"
_run wo_dist_upgrade
wo_git_config
wo_git_config
_run wo_install "Installing WordOps"
else
_run wo_install_travis "Installing WordOps"