load_initial_data.sh: /bin/bash -> /bin/sh
authorNils <nils@nilsand.re>
Sun, 7 Nov 2021 16:41:21 +0000 (16:41 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 24 Nov 2021 13:54:43 +0000 (14:54 +0100)
The shell script doesn't use bash extensions and bash may not be
available on all systems at that location.

pgweb/load_initial_data.sh

index fb16e70c2f1170d03265b0bbb7f1d880f14dbb47..019b277e30c031328c3da277e6dd5a67b9cd0df9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # We keep this in a separate script because using initial_data.xxx in django will overwrite
 # critical data in the database when running a 'syncdb'. We'd like to keep the ability to