Browse Source

fixed path for secret

toastie89 7 months ago
parent
commit
fe1747ce34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      new-secret.sh

+ 1 - 1
new-secret.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-docker run -it --rm -u 0 -v $PWD:/mnt/secret toastie89/totp-auth new-secret.py
+docker run -it --rm -u 0 -v $PWD:/mnt toastie89/totp-auth new-secret.py