mirror of
https://github.com/thorsten-gehrig/alexa-remote-control.git
synced 2024-11-13 04:19:03 +01:00
cleaned up oathtool config
This commit is contained in:
parent
ca7a12deb1
commit
752cd51e8e
@ -85,8 +85,8 @@ SET_OPTS='--compressed --http1.1'
|
||||
SET_BROWSER='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:1.0) bash-script/1.0'
|
||||
#SET_BROWSER='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'
|
||||
|
||||
# oathtool command line
|
||||
SET_OATHTOOL='oathtool --base32 --totp'
|
||||
# oathtool command line tool
|
||||
SET_OATHTOOL='/usr/bin/oathtool'
|
||||
|
||||
# tmp path
|
||||
SET_TMP="/tmp"
|
||||
@ -414,7 +414,7 @@ ${CURL} ${OPTS} -s -c ${COOKIE} -b ${COOKIE} -A "${BROWSER}" -H "Accept-Language
|
||||
# add OTP if using MFA
|
||||
#
|
||||
if [ -n "${MFA_SECRET}" ] ; then
|
||||
OTP=$(${OATHTOOL} "${MFA_SECRET}")
|
||||
OTP=$(${OATHTOOL} -b --totp "${MFA_SECRET}")
|
||||
PASSWORD="${PASSWORD}${OTP}"
|
||||
fi
|
||||
|
||||
|
@ -44,8 +44,8 @@ SET_OPTS='--compressed --http1.1'
|
||||
SET_BROWSER='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:1.0) bash-script/1.0'
|
||||
#SET_BROWSER='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'
|
||||
|
||||
# oathtool command line
|
||||
SET_OATHTOOL='oathtool --base32 --totp'
|
||||
# oathtool command line tool
|
||||
SET_OATHTOOL='/usr/bin/oathtool'
|
||||
|
||||
# tmp path
|
||||
SET_TMP="/tmp"
|
||||
@ -354,7 +354,7 @@ ${CURL} ${OPTS} -s -c ${COOKIE} -b ${COOKIE} -A "${BROWSER}" -H "Accept-Language
|
||||
# add OTP if using MFA
|
||||
#
|
||||
if [ -n "${MFA_SECRET}" ] ; then
|
||||
OTP=$(${OATHTOOL} "${MFA_SECRET}")
|
||||
OTP=$(${OATHTOOL} -b --totp "${MFA_SECRET}")
|
||||
PASSWORD="${PASSWORD}${OTP}"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user