diff --git a/12345.sh b/12345.sh index f7ff36fe..d09968d1 100755 --- a/12345.sh +++ b/12345.sh @@ -38,7 +38,7 @@ while true; do echo "HTTP/1.1 200 Everything Is Just Fine Server: Astroport Content-Type: text/html; charset=UTF-8" > $HOME/.zen/tmp/myIP.http.${MOATS} - cat $HOMEPAGE $HOME/.zen/tmp/myIP.http.${MOATS} >> $HOME/.zen/tmp/myIP.http.${MOATS} + cat $HOMEPAGE >> $HOME/.zen/tmp/myIP.http.${MOATS} else # REPLACE myIP in http response template sed "s~127.0.0.1:12345~$myIP:$PORT~g" $HOME/.zen/Astroport.ONE/templates/index.http > ~/.zen/tmp/myIP.http.${MOATS}