This commit is contained in:
tteckster 2023-03-21 22:14:03 -04:00 committed by GitHub
parent ae7a064932
commit c3658c260f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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