diff --git a/build.sh b/build.sh index 1ec1c12..3ffb8f1 100755 --- a/build.sh +++ b/build.sh @@ -11,4 +11,4 @@ CGO_ENABLED=0 GOOS=linux go build docker build -f docker/Dockerfile -t jkaninda/pg-bkup:$tag . -docker compose up -d --force-recreate \ No newline at end of file +#docker compose up -d --force-recreate \ No newline at end of file diff --git a/main.go b/main.go index e3a3a94..3eb9cea 100644 --- a/main.go +++ b/main.go @@ -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,