浏览代码

Fix double dot in database dumps filenames

Emmanuel Bouthenot 1 年之前
父节点
当前提交
a602345e90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      autopostgresqlbackup

+ 1 - 1
autopostgresqlbackup

@@ -426,7 +426,7 @@ dump() {
                 comp_ext=".zstd"
                 ;;
         esac
-        dump_file="${dump_file}.${comp_ext}"
+        dump_file="${dump_file}${comp_ext}"
     fi
 
     if [ "${ENCRYPTION}" = "yes" ]; then