Skip to content

Commit 861959a

Browse files
authored
fixed shebang line
1 parent 81e3028 commit 861959a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/scripts/start_postgre.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

3-
sudo service postgresql start > /dev/null 2>&1
3+
sudo service postgresql start > /dev/null 2>&1

0 commit comments

Comments
 (0)