1
0
Эх сурвалжийг харах

Fix double dot in database dumps filenames

Emmanuel Bouthenot 1 жил өмнө
parent
commit
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