From d8b4c19195dcb0da003a1239d256df37b58d9e9d Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 25 Oct 2022 02:57:17 +0200 Subject: [PATCH] # --- 12345.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12345.sh b/12345.sh index d37615b8..3773b45a 100755 --- a/12345.sh +++ b/12345.sh @@ -27,7 +27,7 @@ ncrunning=$(ps auxf --sort=+utime | grep -w 'nc -l -p 1234' | grep -v -E 'color= echo "LAUNCHING Astroport API Server - http://$myIP:1234/?salt=toto&pepper=toto&messaging" # [[ $DISPLAY ]] && xdg-open "file://$HOME/.zen/Astroport.ONE/templates/instascan.html" 2>/dev/null -[[ $DISPLAY ]] && xdg-open "http://$myIP:1234" 2>/dev/null +# [[ $DISPLAY ]] && xdg-open "http://$myIP:1234" 2>/dev/null function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }