This commit is contained in:
tteckster
2023-03-21 22:14:03 -04:00
committed by GitHub
parent ae7a064932
commit c3658c260f

View File

@@ -42,8 +42,9 @@ exit;
fi
if [ "$UPD" == "2" ]; then
header_info
cat /etc/conf.d/vaultwarden | grep "ADMIN_TOKEN" | awk '{print substr($2, 7) }'
exit
exit;
fi
}