mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
small Dockerfiles improvements
remove a debug log from httpd_test
This commit is contained in:
@@ -81,7 +81,6 @@ func TestMain(m *testing.M) {
|
||||
httpdConf.BackupsPath = "test_backups"
|
||||
currentPath, _ := os.Getwd()
|
||||
backupsPath = filepath.Join(currentPath, "..", httpdConf.BackupsPath)
|
||||
logger.DebugToConsole("aaa: %v", backupsPath)
|
||||
os.MkdirAll(backupsPath, 0777)
|
||||
|
||||
sftpd.SetDataProvider(dataProvider)
|
||||
|
||||
Reference in New Issue
Block a user