mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
use stdin to provide authentication token to authenticator rather than command line option
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
AUTH_TOKEN="$1"
|
||||
read AUTH_TOKEN
|
||||
|
||||
if [[ "$AUTH_TOKEN" == "simple_token" ]]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user