gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sandcastle-ng] branch master updated: fix condition


From: gnunet
Subject: [taler-sandcastle-ng] branch master updated: fix condition
Date: Tue, 03 Dec 2024 11:59:21 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository sandcastle-ng.

The following commit(s) were added to refs/heads/master by this push:
     new d6d1a2c  fix condition
d6d1a2c is described below

commit d6d1a2cda42addf4199b54dd9a638323c535df77
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Dec 3 11:59:17 2024 +0100

    fix condition
---
 sandcastle-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandcastle-run b/sandcastle-run
index b07f4a1..d038add 100755
--- a/sandcastle-run
+++ b/sandcastle-run
@@ -44,8 +44,8 @@ if [[ -n ${SANDCASTLE_OVERRIDE_NAME:-} ]]; then
   EXTERNAL_PORT=$(source $PWD/overrides/${SANDCASTLE_OVERRIDE_NAME}; echo 
${EXTERNAL_PORT:-})
   if [[ $EXTERNAL_PORT =~ ^[0-9]+$ ]]; then
     echo Serving via port $EXTERNAL_PORT
+    PUBLISH_EXTERNAL_PORT="-p=${EXTERNAL_PORT}:${EXTERNAL_PORT}"
   fi
-  PUBLISH_EXTERNAL_PORT="-p=${EXTERNAL_PORT}:${EXTERNAL_PORT}"
 else
   OVERRIDES=""
 fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]