skip temp mount

This commit is contained in:
Usman Nasir
2021-05-11 18:11:41 +05:00
parent 9a32808a50
commit d070a9f466
2 changed files with 1 additions and 8 deletions

View File

@@ -2212,7 +2212,7 @@ def main():
distro = get_distro()
checks = preFlightsChecks("/usr/local/lsws/", args.publicip, "/usr/local", cwd, "/usr/local/CyberCP", distro,
remotemysql, mysqlhost, mysqldb, mysqluser, mysqlpassword, mysqlport)
checks.mountTemp()
#checks.mountTemp()
if args.port == None:
port = "8090"