mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
easteregg easteregg easteregg easteregg, I'm 100% easteregg
This commit is contained in:
parent
2380f6faa4
commit
2f4f67913e
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public ActionResult BackupAssets()
|
|||
System.IO.Directory.CreateDirectory(backupServerDir);
|
||||
|
||||
string backupUrl = backupDir.Remove(0, 1) + "/ShiftOS-" + DateTime.Now.ToString() + ".zip";
|
||||
string backupname = Path.Combine(backupServerDir, "ShiftOS-" + DateTime.Now.ToString() + ".zip");
|
||||
string backupname = Path.Combine(backupServerDir, "ShiftOS-" + DateTime.Now.ToString().Replace("/", "-") + ".zip");
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue