Update sites.inc
This commit is contained in:
@@ -637,7 +637,7 @@ SITEINFO(){
|
||||
sitefacline=$(ssh root@${NM_AUTHELIA_IP} grep -Fn ${site} /mnt/web-data/authelia/config/configuration.yml)
|
||||
sitefacline=${sitefacline%%:*}
|
||||
echo "HERE: ${onefacline} - ${twofacline} - ${sitefacline}"
|
||||
if "${sitefacline}" == "" ]; then
|
||||
if [ "${sitefacline}" == "" ]; then
|
||||
lock='error'
|
||||
elif [ ${sitefacline} -lt ${onefacline} ]; then
|
||||
lock='1FA'
|
||||
|
||||
Reference in New Issue
Block a user