Bind to 0.0.0.0 for start.sh and delete newline in generate-key.sh
parent
e17c1760d4
commit
a1b7d6320b
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Enter repo: "
|
echo -n "Enter repo: "
|
||||||
read -r
|
read -r
|
||||||
echo "- $REPLY-$(openssl rand -hex 20)" >> keys.yaml
|
echo "- $REPLY-$(openssl rand -hex 20)" >> keys.yaml
|
Loading…
Reference in New Issue