public inbox for [email protected]
help / color / mirror / Atom feedFrom: Nils <[email protected]>
Subject: [PATCH] load_initial_data.sh: /bin/bash -> /bin/sh
Date: Sun, 7 Nov 2021 16:41:21 +0000
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pgweb/load_initial_data.sh b/pgweb/load_initial_data.sh
index fb16e70c..019b277e 100755
--- a/pgweb/load_initial_data.sh
+++ b/pgweb/load_initial_data.sh
@@ -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
--
2.31.1
--v6jplmtrvfxobl7y--
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH] load_initial_data.sh: /bin/bash -> /bin/sh
In-Reply-To: <no-message-id-692@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox