mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
bug fix: gdrive backups
This commit is contained in:
@@ -53,7 +53,7 @@ class backupSchedule:
|
||||
|
||||
###
|
||||
|
||||
pathToFile = "/home/cyberpanel/" + str(randint(1000, 9999))
|
||||
pathToFile = "/home/cyberpanel/" + str(randint(10**9, 10**10 - 1))
|
||||
file = open(pathToFile, "w+")
|
||||
file.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user