git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
52bca59
)
Entrypoint script fix for updated Flatnotes installs
author
Code-Otto
<redacted>
Tue, 23 Apr 2024 17:32:29 +0000
(19:32 +0200)
committer
Code-Otto
<redacted>
Tue, 23 Apr 2024 17:32:29 +0000
(19:32 +0200)
entrypoint.sh
patch
|
blob
|
history
diff --git
a/entrypoint.sh
b/entrypoint.sh
index 737990c8bfee0137ff28fa4141981a6e5839ca88..4d52468c046c9acdae801d76b4717910a29d05da 100644
(file)
--- a/
entrypoint.sh
+++ b/
entrypoint.sh
@@
-1,5
+1,8
@@
#!/bin/sh
+[ "$EXEC_TOOL" ] || EXEC_TOOL=gosu
+[ "$FLATNOTES_PORT" ] || FLATNOTES_PORT=8080
+
set -e
echo "\
git clone https://git.99rst.org/PROJECT