Browse Source

Use /bin/sh instead of /bin/bash

Сергей Прохоров 6 years ago
parent
commit
07e1d4c7b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      generate_test_certs.sh

+ 1 - 1
generate_test_certs.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # https://www.postgresql.org/docs/current/ssl-tcp.html#SSL-CERTIFICATE-CREATION
 # https://www.postgresql.org/docs/current/ssl-tcp.html#SSL-CERTIFICATE-CREATION
 
 
 DATADIR=test/data
 DATADIR=test/data