mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-01-06 04:09:53 -06:00
[release] v0.14.6
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
## Version 0.14.6
|
||||
- Fix custom back-up folder logic
|
||||
|
||||
## Version 0.14.5
|
||||
- Fix an issue with the whitelisting form of URLs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cosmos-server",
|
||||
"version": "0.14.5",
|
||||
"version": "0.14.6",
|
||||
"description": "",
|
||||
"main": "test-server.js",
|
||||
"bugs": {
|
||||
|
||||
@@ -17,7 +17,7 @@ func RunBackup() {
|
||||
if utils.GetMainConfig().BackupOutputDir != "" {
|
||||
outputDir = utils.GetMainConfig().BackupOutputDir
|
||||
if os.Getenv("HOSTNAME") != "" {
|
||||
outputDir = "/mnt/host/" + os.Getenv("HOSTNAME")
|
||||
outputDir = "/mnt/host" + outputDir
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user