From 439efa1c83ef670650ce8d8fc46ead5ea0240610 Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 18 Dec 2015 17:42:25 +0800 Subject: [PATCH] fix install bug --- install/install.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install/install.py b/install/install.py index 1f99ee9a1..fa61aaf3d 100644 --- a/install/install.py +++ b/install/install.py @@ -201,6 +201,12 @@ class PreSetup(object): self._rpm_repo() self._depend_rpm() self._require_pip() + self._set_env() + self._pull() + self._input_ip() + self._input_mysql() + self._input_smtp() + self.write_conf() os.system('python next.py')