bring back mount tmp

This commit is contained in:
Usman Nasir
2021-05-27 22:05:57 +05:00
parent 719eb73866
commit b4674e5341
2 changed files with 2 additions and 2 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"

View File

@@ -2495,7 +2495,7 @@ vmail
Upgrade.executioner(command, 'stop lscpd', 0)
Upgrade.fixSudoers()
#Upgrade.mountTemp()
Upgrade.mountTemp()
Upgrade.dockerUsers()
Upgrade.setupComposer()