diff --git a/paste_senden.sh b/paste_senden.sh index 4b0c12e..8260a10 100644 --- a/paste_senden.sh +++ b/paste_senden.sh @@ -1,7 +1,7 @@ #!/bin/bash FILE="$1" -HOST="${2:-http://localhost:8000}" +HOST="${2:-http://100.87.87.103:8184}" if [ -z "$FILE" ]; then echo "Verwendung: $0 [host]"