chore: refactoring of code

This commit is contained in:
2024-01-18 16:18:16 +01:00
parent 23a0ad5695
commit a35ce20aa8
2 changed files with 2 additions and 2 deletions

View File

@@ -323,7 +323,7 @@ func s3Mount() {
}
//Change file permission
utils.ChangePermission(s3fsPasswdFile, 0600)
utils.Info("Mounting Object storage in", s3MountPath)
utils.Info("Mounting Object storage in ", s3MountPath)
if isEmpty, _ := utils.IsDirEmpty(s3MountPath); isEmpty {
cmd := exec.Command("s3fs", bucketName, s3MountPath,
"-o", "passwd_file="+s3fsPasswdFile,