Move device ID generation to sync.DeviceIDGen

This commit is contained in:
2024-05-16 21:26:42 -04:00
parent 8bd6bfe8ab
commit a70e92fb14
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func Rename(oldLocation string, newLocation string) {
fmt.Println(AnsiError + "Failed to rename - does the target containing directory exists?" + AnsiReset)
}
// TODO If in online mode, check if oldLocation is a directory and rename it on the server
// TODO If in online mode, rename oldLocation to newLocation on the server
os.Exit(0)
}