mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
kittykats
This commit is contained in:
parent
f2ab2e93fb
commit
fd5302fca4
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ Unlike previous ShiftOS site revamps, your account got migrated over. However, t
|
|||
if (!System.IO.Directory.Exists(backupServerDir))
|
||||
System.IO.Directory.CreateDirectory(backupServerDir);
|
||||
|
||||
string backupUrl = backupDir.Remove(0, 1) + "/ShiftOS-" + DateTime.Now.ToString().Replace("/", "-") + ".zip";
|
||||
string backupname = Path.Combine(backupServerDir, "ShiftOS-" + DateTime.Now.ToString().Replace("/", "-") + ".zip");
|
||||
string backupUrl = backupDir.Remove(0, 1) + "/ShiftOS-" + DateTime.Now.ToString().Replace("/", "-").Replace(":", "-") + ".zip";
|
||||
string backupname = Path.Combine(backupServerDir, "ShiftOS-" + DateTime.Now.ToString().Replace("/", "-").Replace(":", "-") + ".zip");
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue