Skip to content

Commit e9f92eb

Browse files
authored
[DOC] Fix to make sure the command allows interaction (#562)
1 parent 76674b6 commit e9f92eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/otp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In order to enable two factor authentication the following steps are required.
2323

2424
* Generate authentication configuration for your client. -t is needed to show QR code, -i is optional for interactive usage
2525

26-
docker run -v $OVPN_DATA:/etc/openvpn --rm -t kylemanna/openvpn ovpn_otp_user <user>
26+
docker run -v $OVPN_DATA:/etc/openvpn --rm -it kylemanna/openvpn ovpn_otp_user <user>
2727

2828
The last step will generate OTP configuration for the provided user with the following options
2929

0 commit comments

Comments
 (0)