Entrypoint script fix for updated Flatnotes installs
authorCode-Otto <redacted>
Tue, 23 Apr 2024 17:32:29 +0000 (19:32 +0200)
committerCode-Otto <redacted>
Tue, 23 Apr 2024 17:32:29 +0000 (19:32 +0200)
entrypoint.sh

index 737990c8bfee0137ff28fa4141981a6e5839ca88..4d52468c046c9acdae801d76b4717910a29d05da 100644 (file)
@@ -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