Skip to content

Commit b4674e5

Browse files
committed
bring back mount tmp
1 parent 719eb73 commit b4674e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ def main():
22122212
distro = get_distro()
22132213
checks = preFlightsChecks("/usr/local/lsws/", args.publicip, "/usr/local", cwd, "/usr/local/CyberCP", distro,
22142214
remotemysql, mysqlhost, mysqldb, mysqluser, mysqlpassword, mysqlport)
2215-
#checks.mountTemp()
2215+
checks.mountTemp()
22162216

22172217
if args.port == None:
22182218
port = "8090"

plogical/upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2495,7 +2495,7 @@ def upgrade(branch):
24952495
Upgrade.executioner(command, 'stop lscpd', 0)
24962496

24972497
Upgrade.fixSudoers()
2498-
#Upgrade.mountTemp()
2498+
Upgrade.mountTemp()
24992499
Upgrade.dockerUsers()
25002500
Upgrade.setupComposer()
25012501

0 commit comments

Comments
 (0)