Recent content by Tabes

  1. T

    Batch file, Command not working

    Hi together... I've a Problem to execute some Commands from a Batch File. #!/bin/bash clear; echo; echo; sleep 0.25; DOMAIN="$1"; TYPE="selfsigned" PATH="./traefik/data/certificates"; if ! [ -z "$DOMAIN" ]; then echo "Create private Server Key and Certificate Request..."...
Top