projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7241f2d
)
load_initial_data.sh: /bin/bash -> /bin/sh
author
Nils
<nils@nilsand.re>
Sun, 7 Nov 2021 16:41:21 +0000
(16:41 +0000)
committer
Magnus 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
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/load_initial_data.sh
b/pgweb/load_initial_data.sh
index fb16e70c2f1170d03265b0bbb7f1d880f14dbb47..019b277e30c031328c3da277e6dd5a67b9cd0df9 100755
(executable)
--- a/
pgweb/load_initial_data.sh
+++ b/
pgweb/load_initial_data.sh
@@
-1,4
+1,4
@@
-#!/bin/
ba
sh
+#!/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