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